Discuss / Python / assignment

assignment

Topic source

黎晓缘梦

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

# -*- coding: utf-8 -*-

n1 = 255

n2 = 1000

print(hex(n1))

print(hex(n2))


  • 1

Reply