Commit 82198e98 by BellCodeEditor

auto save

parent 7a27f43e
Showing with 3 additions and 3 deletions
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
new_txt=txt.split() new_txt=txt.split()
print(new_txt)''' print(new_txt)'''
num='13、15、21、9、14、22' '''num='13、15、21、9、14、22'
new_num=num.split('、') new_num=num.split('、')
print(new_num) print(new_num)'''
\ No newline at end of file \ 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