3 lines
54 B
Python
3 lines
54 B
Python
|
|
for n in range(34):
|
||
|
|
print " %3o %2d %2X" % (n, n, n)
|