8th day of python challenges 105-110
This commit is contained in:
3
challenges105-110/challenge-105.py
Normal file
3
challenges105-110/challenge-105.py
Normal file
@@ -0,0 +1,3 @@
|
||||
file = open('Numbers.txt', 'w')
|
||||
file.write('1, 2, 3, 4, 5')
|
||||
file.close()
|
||||
Reference in New Issue
Block a user