week 6
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
before = input("Before: ")
|
||||
print("After: ", end="")
|
||||
for c in before:
|
||||
print(c.upper(), end="")
|
||||
|
||||
print()
|
||||
Reference in New Issue
Block a user