10. Find the errors in following code fragment : (The input entered is XI)

c = int(input( "Enter your class") )
print ("Your class is", c)

# XI is a string type and can't be converted into an integer