Discuss / Python / 作业

作业

Topic source

wwdx0001

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

!/usr/bin/env python3

-- coding: utf-8 --

n1 = 255 n2 = 1000 n1 = hex(n1) n2 = hex(n2)

print(n1,n2)


  • 1

Reply