Son aktif 1695090329

dfadfdaf

aabbccdefg revised this gist 1695090329. Go to revision

1 file changed, 5 insertions

hello.py(file created)

@@ -0,0 +1,5 @@
1 + #!/bin/python3
2 + a = 1
3 + b = 2
4 + c = a + b
5 + print(c)
Newer Older