Commit c8d9d1a3 by BellCodeEditor

save project

parent 64f1196d
Showing with 6 additions and 5 deletions
import random import turtle
list["石头","剪刀","布"] pen=turtle.Pen()
A=random.choice(list) pen.write("你好可爱",font=("Times",30,"normal"))
print(A) pen.hideturtle()
\ No newline at end of file turtle.done()
\ 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