Commit 5318135c by BellCodeEditor

save project

parent be567e29
Pipeline #6826 failed in 0 seconds
Showing with 4 additions and 4 deletions
qwert="诺一,周末一起去玩吧"
for i in qwert:
print(i)
\ No newline at end of file
qwert=["诺一","MY","周末一起去玩吧"]
zxcvb=qwert[1:2]
print(zxcvb)
\ 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