Commit ab633b95 by BellCodeEditor

save project

parent 9bd22e85
Pipeline #2292 failed in 0 seconds
Showing with 2 additions and 1 deletions
message="bellcode"
index=0
while index == len(message):
while index < len(message):
print(message[index])
index+=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