"Python" implements a simple loop

Source: Internet
Author: User

1 #-*-coding:utf-8-*-2 3 #Guess number Game4 5Lucky_num = 66Count =07 8  whileCount < 3:9input_num = Int (Raw_input ("Please enter a number:"))Ten     ifInput_num = =Lucky_num: One         Print("Congratulations, that's correct! ") A          Break -     elifInput_num >Lucky_num: -         Print("the number you entered is big.") the     Else: -         Print("the number you have entered is small ~") -Count + = 1 - Else: +     Print("Ouch, input too many times ...")
1 #-*-coding:utf-8-*-2 3 #Guess number Game4 5Lucky_num = 66 7  forIinchRange (3):8input_num = Int (Raw_input ("Please enter a number:"))9     ifInput_num = =Lucky_num:Ten         Print("Congratulations, that's correct! ") One          Break A     elifInput_num >Lucky_num: -         Print("the number you entered is big.") -     Else: the         Print("the number you have entered is small ~") - Else: -     Print("Ouch, input too many times ...")

"Python" implements a simple loop

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.