Find the errors in following code fragment :
C = input( "Enter your class")
print ("Last year you were in class") c - 1
Answers
Answered by
5
Explanation:
c-1
#not print so that error
Similar questions