tommy24 commited on
Commit
d85fd16
·
1 Parent(s): 9fe1a83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = input()
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)