We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1e20e commit 8bbfb76Copy full SHA for 8bbfb76
Lab Cycle 2/program10.py
@@ -12,5 +12,4 @@ def replace_char(str):
12
return str
13
14
str = input("Enter a string: ")
15
-print(replace_char(str)) # Call the function
16
-
+print(replace_char(str)) # Call the function
0 commit comments