Delete ConvertToArray.py
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
numbers = []
|
|
||||||
while True:
|
|
||||||
a = input("")
|
|
||||||
if a == "a":
|
|
||||||
break
|
|
||||||
numbers.append(a)
|
|
||||||
print(numbers)
|
|
||||||
Reference in New Issue
Block a user