Answer the question
In order to leave comments, you need to log in
How to fix SyntaxError: invalid syntax File "", line 1" error?
Firework. I am using VS.
When I try to compile the code I get the following error
File "", line 1
& C:/Users/fbono/AppData/Local/Programs/Python/Python39/python.exe e:/CodeWORK/ada.py
^
SyntaxError: invalid syntax
a = 24.4
b = '25'
c = 14.2
print (a + int(b) + c)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question