Commit 3048d114 by BellCodeEditor

save project

parent f6eebd06
Showing with 5 additions and 0 deletions
......@@ -25,3 +25,8 @@ y=8
z=complex(x,y)
print(z)
print(type(z))
str1 = 'hahaha'
str2 = "hahaha"
str3 ='''hahaha'''
print(str1,str2,str3)
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