Delete ConvertToArray.py

This commit is contained in:
CptG9000
2021-12-02 17:34:14 +00:00
parent 73ba95ce07
commit f89b14cbd6

View File

@@ -1,7 +0,0 @@
numbers = []
while True:
a = input("")
if a == "a":
break
numbers.append(a)
print(numbers)