码迷,mamicode.com
首页 > 其他好文 > 详细

程序执行流程/布尔类型与布尔:运算猜数字游戏;

时间:2018-05-02 22:14:25      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:start   流程   goto   begin   分享   com   put   rtl   猜数字游戏   

input(start)
myNumber = 7

while True:
    guess = int(input())
    if guess > myNumber:
        print(>)
    elif guess < myNumber:
        print (<)
    else:
        print(‘‘)
        break

技术分享图片

import turtle
turtle.fillcolor(red)
turtle.begin_fill()
turtle.circle(100)
turtle.end_fill()

turtle.up()
turtle.goto(0,-100)
turtle.down()
turtle.fillcolor(blue)
turtle.begin_fill()
turtle.circle(300)
turtle.end_fill()

turtle.down()
turtle.goto(0,-50)
turtle.down()
turtle.fillcolor(red)
turtle.begin_fill()
turtle.circle(150)
turtle.end_fill()

turtle.circle(100)
turtle.fillcolor(yellow)
turtle.begin_fill()
turtle.circle(50)
turtle.end_fill()

turtle.done()

技术分享图片

程序执行流程/布尔类型与布尔:运算猜数字游戏;

标签:start   流程   goto   begin   分享   com   put   rtl   猜数字游戏   

原文地址:https://www.cnblogs.com/biuabiu123/p/8982538.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!