Advertisement
Fhernd

conversion.py

Jan 15th, 2018
947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. hex = 'FF'
  2. decimal = int(hex, 16)
  3. print(decimal)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement