Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started