香港云主机最佳企业级服务商!

ADSL拨号VPS包含了中国大陆(联通,移动,电信,)

中国香港,国外拨号VPS。

当前位置:云主机 > python >

电信ADSL拨号VPS
联通ADSL拨号VPS
移动ADSL拨号VPS

浅谈Python基础—判断和循环


时间:2022-04-02 10:24 作者:admin


判断

缩进代替大括号。

冒号(:)后换号缩进。

if

test=100if test>50: print('OK')print('test')

if-elif-else

test=50if test>200: print('200')elif test<100: print('100')else: print('100-200')

列表

test1=[123,456,789]if 123 in test1: print('OK')

字典

test2={'hello':123,'world':456}if 'hello' in test2: print('OK')

循环

while

数值

test=0while test<10: print(test) test+=1

集合

test1=set(['hello','world'])while test1: test2=test1.pop() print(test2)

for

集合

test3=set(['hello','world'])for t in test3:#相当于foreach print(t)

列表

test4=[123,456,789]for i in range(3): print(test4[i])
test5=[123,456,789,34,5435,26,2362,262,26,5]for i in range(len(test5)): print(test5[i])

continue

test6=[11,12,13,14,15,16,17,18,19,20]for i in test6: if i%2==0:  print(i)  else:  continue print(i)

break

test7=[12,13,14,15,16,17,18,19,20]for i in test7: if i%2==0:  print(i)  else:  break print(i)

以上所述是小编给大家介绍的python/' target='_blank'>python基础—判断和循环详解整合,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对脚本之家网站的支持!

(责任编辑:admin)






帮助中心
会员注册
找回密码
新闻中心
快捷通道
域名登录面板
虚机登录面板
云主机登录面板
关于我们
关于我们
联系我们
联系方式

售前咨询:17830004266(重庆移动)

企业QQ:383546523

《中华人民共和国工业和信息化部》 编号:ICP备00012341号

Copyright © 2002 -2018 香港云主机 版权所有
声明:香港云主机品牌标志、品牌吉祥物均已注册商标,版权所有,窃用必究

云官方微信

在线客服

  • 企业QQ: 点击这里给我发消息
  • 技术支持:383546523

  • 公司总台电话:17830004266(重庆移动)
  • 售前咨询热线:17830004266(重庆移动)