Computer Science, asked by subalcharanmuduli072, 7 months ago

Find the errors in following code fragment :
C = input( "Enter your class")
print ("Last year you were in class") c - 1​

Answers

Answered by RuwaisnZaid
5

Explanation:

c-1

#not print so that error

Similar questions