8th day of python challenges 105-110

This commit is contained in:
abd.shallal
2019-08-01 14:54:19 +03:00
parent dc946b9aba
commit 87e968da93
8 changed files with 210 additions and 161 deletions

View File

@@ -0,0 +1,3 @@
file = open('Numbers.txt', 'w')
file.write('1, 2, 3, 4, 5')
file.close()