Question: getinput 2 . py getinput 3 . py getinput 4 . py x 1 print ( I ' m so smart I can add

getinput2.py
getinput3.py
getinput4.py
x
1 print("I'm so smart I can add any two numbers!")
2 numl =(input(3))
3 num2=(input(7))
4
5 print("The sum of the two numbers is", numl + num2)
60%,(3:23)
Terminal
codio@basilbudget-jokertribune: /workspace$ python3 getinput4,py
File "
getinput4.py", line 2
int (num1)= input("3")
???
SyntaxError: can't assign to function call
codio@basilbudget-jokertribune: /workspace$ python3
getinput4.py
I'm so smart I can add any two numbers!
3python3
getinput4.py
Traceback (most recent call last):
File "
getinput4.py", line 2, in 37F
 getinput2.py getinput3.py getinput4.py x 1 print("I'm so smart I can add

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!