Create a1.py
This commit is contained in:
parent
8cb8171af0
commit
983368a579
7
Lukas/15/a1.py
Normal file
7
Lukas/15/a1.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
def getBASIC():
|
||||||
|
res = []
|
||||||
|
x=""
|
||||||
|
while not "END" in x.split():
|
||||||
|
x = input()
|
||||||
|
res.append(x)
|
||||||
|
return res
|
Loading…
Reference in New Issue
Block a user