2023-07-06 23:09:49 +08:00

5 lines
116 B
Python

print('test')
print('my name is', 'old wang', 'my age is', 43)
print('format: %s,%04d,%.2f' % ('test', 123, 15.5))