Commit bf70bcb8 by BellCodeEditor

auto save

parent 5ec78b39
Showing with 9 additions and 0 deletions
#数据类型 整数:int 2 浮点数:float 0.05 字符串:str "KUNI"
#if (条件):条件:成立和不成立 布尔值:bool ture
# 条件成立执行的内容
#while Ture: while a<5:
# a=a+1 b=b+1
a="520"
print(a+1)字符串
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment