KIOSHIROI / KIOSHIROI.github.io

BNUer cs-learning road
https://kioshiroi.github.io/
MIT License
5 stars 0 forks source link

2. python控制结构 #11

Open KIOSHIROI opened 6 months ago

KIOSHIROI commented 6 months ago

https://kioshiroi.github.io/python_2_control_struction/

控制结构

条件语句

if、else、elif

# 示例代码

x = 10 if x > 5: print(