Question: One simple python question confused me, I write my code in Visual Studio Code, and it tells me I have an error. I assume it's
One simple python question confused me, I write my code in Visual Studio Code, and it tells me I have an error. I assume it's because I have the "@" symbol, but I don't know why it can run in terminal. Could someone help me? 
Please help me ,thank you!!
tes3.py tes3.py Users > judy > tes3.py 1 def main(): 2 email = input() 3 print(email) 4 main() 1: Code m X A PROBLEMS OUTPUT DEBUG CONSOLE TERMINAL python -u "/Users/judy/tes3.py" + -python -u "/Users/judy/tes3.py" Judy@Email Traceback (most recent call last): File "/users/judy/tes3.py", line 4, in modules File "/Users/judy/tes3.py", line 2, in main email = input() File "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
