XJTU_Python/test/5/2.py

2 lines
57 B
Python

for i in range(33, 127):
print(str(i) + " " + chr(i))