240 发简信
IP属地:香港
  • python学习第一天

    python基础 变量直接赋值,无需定义类型 变量值交换方式 :a, b = b, a 输出:print(变量名) 输入:变量名 = input("") 类型转换 变量名 =...