Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. hex = 'FF'
  2. decimal = int(hex, 16)
  3. print(decimal)