Fixed missing closing parenthesis in print statement.

This commit is contained in:
mjk22071998 2024-10-01 16:11:09 +05:00
parent 2f9dc7d5b7
commit 2d61f2e5bb

View File

@ -365,4 +365,4 @@ if __name__ == "__main__":
elif choice == "4":
break
else:
print("Wrong input"
print("Wrong input")