Discuss / Python / day2

n1=255

n2=1000

n=[n1,n2]

for x in n:

    print(hex(x))


  • 1

Reply