Commit e3c9fb2a by BellCodeEditor

save project

parent b2575d6e
Pipeline #7680 failed in 0 seconds
Showing with 10 additions and 3 deletions
message="下午去上维高!" message="下午去上维高!"
for i in message: a=len(message)
print(i) i=0
\ No newline at end of file while i<a:
b=message[i]
print(b)
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