接收用户输入 使用input()接收用户输入 使用int()将字符输入转换为数值型 求模运算符 % while循环 结构 while condition do something 使用break退出循环 使用continue 结束循环中的一次