Skip to content

Commit 2f4493b

Browse files
authored
Update swap_elements_in_array.py
1 parent c5476fe commit 2f4493b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swap_elements_in_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
a = 0
44

55
#ask user to create list
6-
print("Input numbers and input @ to stop inputing")
6+
print("Input numbers and input end to stop inputing")
77
while i < 1:
88
x = input()
99
if x == "end":

0 commit comments

Comments
 (0)