Posts by Armando Trindade • 16 points
1 post
-
-2
votes1
answer66
viewsA: PRINT command is set to INVALID SYNTAX in Python
"File "", line 2 print("Type the desired operation, being:") Syntaxerror: invalid syntax Error is in the first line: num1 = (int(input("Type the first number")) The right thing would be: num1 =…