Commit 57f9341b by BellCodeEditor

save project

parent 6beec138
Showing with 6 additions and 2 deletions
message="老八,爱吃粑粑!奥利给!" message="老八,爱吃粑粑!奥利给!"
for i in message: length = len(message)
print(i,end='') i=0
while i < length:
print(message[i],end="")
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