Skip to content

Commit 5870711

Browse files
authored
Update Day 2.md
1 parent baa4852 commit 5870711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Status/Day 2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ for sentence in lines:
384384
```python
385385
lst = []
386386

387-
while input():
387+
while True:
388388
x = input()
389389
if len(x)==0:
390390
break

0 commit comments

Comments
 (0)