Starting Sheerka, learning Python

This commit is contained in:
Kodjo Sossouvi
2019-07-18 23:55:14 +02:00
commit ab57a84956
9 changed files with 283 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
f = open("MyFirstFile.txt", "w+")
f.close()