接收用户输入
- 使用input()接收用户输入
- 使用int()将字符输入转换为数值型
- 求模运算符 %
while循环
- 结构
while condition
do something
-
使用break退出循环
-
使用continue 结束循环中的一次
while condition
do something
使用break退出循环
使用continue 结束循环中的一次
本文标题:共读Python编程-输入卡
本文链接:https://www.haomeiwen.com/subject/xmwnfctx.html
网友评论