2022-06-30 14:24:00 +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))