Commit fc3a8b63 by BellCodeEditor

save project

parent 5d485925
Showing with 6 additions and 21 deletions
import turtle today_menu = {'前菜':'熏鲢鱼':20,'生蚝':20,'面包':10},
'汤':{'玉米浓汤':15,'蔬菜汤':15,'海鲜汤':15}
'主菜':{'鱼':40,'虾':30,'蟹':20,'贝壳汤':20}
pen = turtle.Pen() '间菜':{'玉米浓汤':15,'蔬菜汤':15,'海鲜汤':15}
screen = turtle.Screen() '烧烤沙拉':{'玉米浓汤':15,'蔬菜汤':15,'海鲜汤':15}
pen.speed() '甜品':{'玉米浓汤':15,'蔬菜汤':15,'海鲜汤':15}
pen.hideturtle()
screen.bgcolor('black')
i=0
while i <135:
pen.pencolor('pink')
pen.penup()
pen.goto(0,0)
pen.forward(200)
pen.pendown()
pen.ci
......
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