Konversi int menjadi hexadecimal

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