Basic

1.print

1
2
3
4
5
6
7
#!/bin/python3
print("Hello world");
print("""This string runs
mutiple lines"""); #triple quote allows mutiple type
print("This string is" + " awesome");
print('\n');
print("New line");

Basic
https://128374.xyz/2026/04/08/笔记/Python/Basic/
作者
KingPenguinMan
发布于
2026年4月8日
更新于
2026年4月8日
许可协议