Commit a6f5fe65 by BellCodeEditor

save project

parent 41885c20
Showing with 6 additions and 2 deletions
......@@ -5,4 +5,8 @@ sb=["s","j","b"]
r=random.choice(sb)
print(r)
\ No newline at end of file
print(r)
import random
list=["s","j","b"]
s=random.choice(lest)
print(s)
\ 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