Skip to content

Commit 94c404c

Browse files
authored
Update Day 2.md
1 parent ae47e0f commit 94c404c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Status/Day 2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ while True:
319319
x = input()
320320
if len(x)==0:
321321
break;
322-
lst.append(x)
322+
lst.append(x.upper())
323323

324324
for line in lst:
325325
print(line)
@@ -330,4 +330,4 @@ for line in lst:
330330

331331
[***go to next day***](https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/blob/master/Status/Day%203.md "Day 3")
332332

333-
[***Discussion***](https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/issues/3)
333+
[***Discussion***](https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/issues/3)

0 commit comments

Comments
 (0)