Commit 1e1e4977 by BellCodeEditor

auto save

parent 61e765f7
Showing with 12 additions and 0 deletions
a=100
b=12.345
c=1+5j
d='hello world'
e=True
print(float(c)) #w字符串不能转换成整型,浮点型
print(str(c))
print(int(c))) #布尔型不能转化成字符串
\ No newline at end of file
num1=input("请输入数字")
print(t)
\ No newline at end of file
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