convertir int en hexadécimal

x = int(input)) #input your int number to convert
print(hex(x[2:])) #prints it out without the confirmation saying it is a hexadecimal number
skiibloc