Commit 96cae99c by BellCodeEditor

auto save

parent 35bc4b9f
Pipeline #6822 failed in 0 seconds
Showing with 13 additions and 0 deletions
import random
key="You are dog and pig and cat ?"
str=random.choice(key)
print(str)
\ No newline at end of file
message="fgymjfhdtjtuytujgtuytuyf!"
length=len(message)
i=0
while i<length:
elment=message[i]
print(elment)
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