diff --git a/Lukas/15/a1.py b/Lukas/15/a1.py new file mode 100644 index 0000000..c9af8e9 --- /dev/null +++ b/Lukas/15/a1.py @@ -0,0 +1,7 @@ +def getBASIC(): + res = [] + x="" + while not "END" in x.split(): + x = input() + res.append(x) + return res