from random import randint
number = randint(0,100)

essai = int(input('Essai :'))

print(type(essai))