Find errors in the following code fragment. (The input entered as XI)
c = int (input ("Enter your class:")) print ("Your class is", c)
The input value XI is not int type compatible.