Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use the for while loop of python

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

Most people do not understand the knowledge points of this article "how to use the for while cycle of python", so the editor summarizes the following, detailed content, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "how to use the for while cycle of python" article.

Condition judgment and indentation, pay attention to colons

Increase the number of times limit

# guess the number

Lucky_num = 19

Input_num =-1

# limit the number of times

Count = 0

# while Luckynumm inputroomnum and count

< 3: while count < 3: input_num = int(input("please input your lucky_num:")) if input_num < lucky_num: print("please input big num") elif input_num >

Lucky_num:

Print ("please input little num")

Else:

Print ("great")

Break

Count + = 1

Print (count)

Else:

Print ("too many counters are responsible for everything!")

Note indentation. Python is a language sensitive to indentation.

Note: ctrl+/

For cycle

# limit the number of times

For i in range (3):

Input_num = int (input ("please input your lucky_num:"))

If input_num

< lucky_num: print("please input big num") elif input_num >

Lucky_num:

Print ("please input little num")

Else:

Print ("great")

Break

Else:

Print ("too many counters are responsible for everything!")

The above is about the content of this article on "how to use the for while cycle of python". I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report