mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-06 22:05:54 +00:00
Fixed missing closing parenthesis in print statement.
This commit is contained in:
parent
2f9dc7d5b7
commit
2d61f2e5bb
@ -365,4 +365,4 @@ if __name__ == "__main__":
|
||||
elif choice == "4":
|
||||
break
|
||||
else:
|
||||
print("Wrong input"
|
||||
print("Wrong input")
|
Loading…
x
Reference in New Issue
Block a user