There was an error while loading. Please reload this page.
1 parent ae47e0f commit 94c404cCopy full SHA for 94c404c
Status/Day 2.md
@@ -319,7 +319,7 @@ while True:
319
x = input()
320
if len(x)==0:
321
break;
322
- lst.append(x)
+ lst.append(x.upper())
323
324
for line in lst:
325
print(line)
@@ -330,4 +330,4 @@ for line in lst:
330
331
[***go to next day***](https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/blob/master/Status/Day%203.md "Day 3")
332
333
-[***Discussion***](https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/issues/3)
+[***Discussion***](https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/issues/3)
0 commit comments