国产成人AV无码一二三区,少女1到100集,国产精品久久久久精品综合紧,巜公妇之诱感肉欲HD在线播放

文章 > Python基础教程 > python面对用户无意义输入的解决

python面对用户无意义输入的解决

python输入

头像

小妮浅浅

2021-08-09 14:45:223308浏览 · 0收藏 · 0评论

问题

正在编写一个接受用户输入的程序。

#note: Python 2.7 users should use `raw_input`, the equivalent of 3.X's `input`
age = int(input("Please enter your age: "))
if age >= 18:
    print("You are able to vote in the United States!")
else:
    print("You are not able to vote in the United States.")

只要用户输入有意义的数据,程序就会按预期工作。

C:\Python\Projects> canyouvote.py
Please enter your age: 23
You are able to vote in the United States!

但如果用户输入无效数据,它就会失败:

C:\Python\Projects> canyouvote.py
Please enter your age: dickety six
Traceback (most recent call last):
  File "canyouvote.py", line 1, in <module>
    age = int(input("Please enter your age: "))
ValueError: invalid literal for int() with base 10: 'dickety six'

而不是崩溃,我希望程序再次要求输入。像这样:

C:\Python\Projects> canyouvote.py
Please enter your age: dickety six
Sorry, I didn't understand that.
Please enter your age: 26
You are able to vote in the United States!

当输入无意义的数据时,如何让程序要求有效输入而不是崩溃?

我如何拒绝像 那样的值-1,int在这种情况下这是一个有效但无意义的值?

解决方法

完成此操作的最简单方法是将input方法放入 while 循环中。使用continue时,你会得到错误的输入,并break退出循环。

当您的输入可能引发异常时

使用try和except检测用户何时输入无法解析的数据。

while True:
    try:
        # Note: Python 2.x users should use raw_input, the equivalent of 3.x's input
        age = int(input("Please enter your age: "))
    except ValueError:
        print("Sorry, I didn't understand that.")
        #better try again... Return to the start of the loop
        continue
    else:
        #age was successfully parsed!
        #we're ready to exit the loop.
        break
if age >= 18:
    print("You are able to vote in the United States!")
else:
print("You are not able to vote in the United States.")

实现你自己的验证规则

如果要拒绝 Python 可以成功解析的值,可以添加自己的验证逻辑。

while True:
    data = input("Please enter a loud message (must be all caps): ")
    if not data.isupper():
        print("Sorry, your response was not loud enough.")
        continue
    else:
        #we're happy with the value given.
        #we're ready to exit the loop.
        break
 
while True:
    data = input("Pick an answer from A to D:")
    if data.lower() not in ('a', 'b', 'c', 'd'):
        print("Not an appropriate choice.")
    else:
        Break

结合异常处理和自定义验证

以上两种技术都可以组合成一个循环。

while True:
    try:
        age = int(input("Please enter your age: "))
    except ValueError:
        print("Sorry, I didn't understand that.")
        continue
 
    if age < 0:
        print("Sorry, your response must not be negative.")
        continue
    else:
        #age was successfully parsed, and we're happy with its value.
        #we're ready to exit the loop.
        break
if age >= 18:
    print("You are able to vote in the United States!")
else:
    print("You are not able to vote in the United States.")

以上就是python面对用户无意义输入的解决,希望对大家有所帮助。更多Python学习指路:python基础教程

关注

关注公众号,随时随地在线学习

本教程部分素材来源于网络,版权问题联系站长!

小雪解开乳罩给老杨摸| 黑兽| 《准儿媳》在线观看完整版免费 | 混乱的都市| (丰满的继牾2)理伦片在线观看| 麻豆 无码 国产在线观看| 年轻的嫂子2| 美国大片BGM大全播放| 免费网站在线观看大全电视剧 | 女巨人袭击| 蜜桃成熟时1997》主题曲歌..| 黑瓜网-每日大赛 反差| 夫妻二人世界免费看第一集| 欧美电影免费观看大全能出没 | 《破外女》高清完整版| 免费看片| 禁忌4| 妈妈你真棒里面的插曲叫什么| 苏晴忘穿内裤坐公交车被揉到视频| 《高压监狱2》完整版| 两领导在车上吃我的奶| 成全影视大全免费追剧大全| 不戴套干新婚少妇小琳| 每日大赛| 女朋友的妹妹ID| 机械师电影| 美国巜性来潮喷2| 《请好好疼爱里面》免费观看| 鲁鲁影院免费观看电视剧电影 | 无人区在线高清免费看电视剧| 麻花星空影视在线看电视免费版| 几天不C你骚水又多了第一集| 国产乱子伦精品视频潮| 来吧儿子妈妈是纯还是仿| 我在做饭他在下添好爽好硬| 人马杂配MV的视频在哪里看| 理伦片丰满妓女院| 腹肌体育生导管网站| 狠狠的鲁五月| 杨利伟的简介| 姐妹花破瓜双飞记的寓意和象征意..