练习
请利用Python内置的 hex() 函数把一个整数转换成十六进制表示的字符串:
# -- coding: utf-8 -- n1 = 255 n2 = 1000 print(???)
本文档使用 Sou.st 构建