input() 函数

一些基础信息

  • 需要在 终端 处输入信息
  • input() 函数的结果,必须赋值,并且其输入值不论是整数还是字符串,都会被强制性地转为字符串

基础图解

notion image
notion image
notion image