Commit de5b3714 by BellCodeEditor

save project

parent 767bf66f
Showing with 6 additions and 0 deletions
...@@ -10,3 +10,8 @@ print(data3) ...@@ -10,3 +10,8 @@ print(data3)
name="悟空" name="悟空"
word=",谢谢你!" word=",谢谢你!"
print(name+word) print(name+word)
'''
name1="悟空"
name2="小贝"
print(name1,name2)
'''
\ 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