Commit 3b8aaca8 by BellCodeEditor

save project

parent 3048d114
Showing with 3 additions and 1 deletions
......@@ -29,4 +29,6 @@ print(type(z))
str1 = 'hahaha'
str2 = "hahaha"
str3 ='''hahaha'''
print(str1,str2,str3)
str4 = '''haha
ha'''
print(str1,str2,str3,str4)
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