Commit 6e83e02d by BellCodeEditor

save project

parent 0a14c222
Pipeline #11882 failed in 0 seconds
Showing with 8 additions and 4 deletions
a=["wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww"] message = "N.Y,ZH.M.Y.Q.Q.D.M.ZH.B."
for i in a: length = len(message)
print(i) i = 0
\ No newline at end of file while i < length:
element = message[i]
print(element)
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