Commit c19ebe18 by BellCodeEditor

save project

parent 0c9fb365
Pipeline #5885 failed in 0 seconds
Showing with 7 additions and 3 deletions
g = '技术大版v付款后'
for i in g:
print(g)
\ No newline at end of file
l=len(g)
i=0
while i<l:
element=g[i]
print(g)
i+=1
\ 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