Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def main(user):
|
|
87 |
|
88 |
# Read lines of input until the user enters an empty line
|
89 |
while True:
|
90 |
-
line =
|
91 |
if line == "":
|
92 |
break
|
93 |
lines.append(line)
|
|
|
87 |
|
88 |
# Read lines of input until the user enters an empty line
|
89 |
while True:
|
90 |
+
line = ""
|
91 |
if line == "":
|
92 |
break
|
93 |
lines.append(line)
|