Discuss / Python / 调用函数 打卡

调用函数 打卡

Topic source

某猪头四

#1 Created at ... [Delete] [Delete and Lock User]

n1 = 255

n2 = 1000

for i in [n1,n2] :

    print(hex(i))


  • 1

Reply