可以创建C++、C#、Python、Golang、Java、React、Node、Vue、PHP项目
创建Java项目
创建Python项目
简单if……else……语句
# 简单的if……else……语句
state = True
if state:
print("状态正常")
else:
print("状态异常")
# 复杂的if……elif……语句
score = 88
def __getlevel__(score):
level = ""
if score >= 85 and score =70 and score =60 and score
Python从入门到精通
'''
条件语句
'''
# 普通if……else……语句
# 定义变量 存放状态
state = True
# 定义函数 计算状态
def getState(state):
if state:
print("状态启用")
else:
print("状态关闭")
# 调用函数 打印状态
getState(state)
# if……elif……语句
# 定义变量 存放得分
scored = 78
# 定义函数 计算等级
def getLevel(scored):
# if else条件语句
if scored >= 85 and scored = 70 and scored = 60 and scored