美文网首页
共读Python编程-输入卡

共读Python编程-输入卡

作者: 铺床高手 | 来源:发表于2019-06-16 23:31 被阅读0次

    接收用户输入

    • 使用input()接收用户输入
    • 使用int()将字符输入转换为数值型
    • 求模运算符 %

    while循环

    • 结构
    while condition
        do something
    
    • 使用break退出循环

    • 使用continue 结束循环中的一次

    相关文章

      网友评论

          本文标题:共读Python编程-输入卡

          本文链接:https://www.haomeiwen.com/subject/xmwnfctx.html