This commit is contained in:
2026-06-07 17:56:47 +00:00
parent 67b7ced5ba
commit 59aed7c741
8 changed files with 38 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
before = input("Before: ")
after = before.upper()
print(f"After: {after}")