Skip to content

Commit 8bbfb76

Browse files
Program 10
1 parent af1e20e commit 8bbfb76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lab Cycle 2/program10.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ def replace_char(str):
1212
return str
1313

1414
str = input("Enter a string: ")
15-
print(replace_char(str)) # Call the function
16-
15+
print(replace_char(str)) # Call the function

0 commit comments

Comments
 (0)