fork download
  1. # 0JzQsNC60L7QstGW0Lkg0KHQtdGA0LPRltC5IA==
  2. def hex_converter(val):
  3. return dig(val)
  4. digits = '0123456789ABCDEFG'
  5. dig= list (digits)
  6. print (hex_converter)
Success #stdin #stdout 0.13s 14096KB
stdin
Standard input is empty
stdout
<function hex_converter at 0x1502adfdaa20>