Files
2025PY/day01/code/02-第一个py文件.py
2025-05-22 16:50:44 +08:00

5 lines
67 B
Python

# print函数 输出的意思
print('你好 世界')
print(10*10)