Computer Science, asked by ramsmedicine, 1 month ago

pls tell the answer step by step

Attachments:

Answers

Answered by ninjakiller537
1

error in

first line

fix> num1=int(input("Enter first number "))

add

error> add " at the end of the caption and close using ))

second line

fix> num2=int(input("Enter second number "))

error> add int(input(

third line

fix> res= num1+num2

error> add + sign

fourth line

fix> print("Answer is", res)

error> in the third line we have taken variable with name res and in fourth line it is Res, python is case sensitive to we have to write variable's exact name

please mark me as brainliest

Similar questions