Commit 3fda97ae by BellCodeEditor

save project

parent f354019a
Showing with 9 additions and 4 deletions
name="吾空" a=9
word=",谢谢你,我们之后一起学习python吧!" b=5.785
print(name+word) c="发通告艺人"
\ No newline at end of file d=["fghghy","wwewe",'fghrftg']
print(type(a))
print(type(b))
print(type(c))
print(type(d))
\ 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