Discuss / Python / day6 调用函数

day6 调用函数

Topic source

n1 = 255

n2 = 1000

print(hex(n1),hex(n2))

0xff 0x3e8


  • 1

Reply