Commit b6df749e by BellCodeEditor

save project

parent cb7404c3
Showing with 5 additions and 6 deletions
choise=input("请输入你的选择")
if choise=="是":
print("答对了")
else:
print("答错了")
\ No newline at end of file
import random
list["a","b","c","d"]
letter=random.choice(list)
print(letter)
\ 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