NWRRI

  • Python面试八股文详解

    一、基础语法 1、Python是一门动态类型语言,变量不需要事先声明类型,类型会在运行时自动确定。 代码示例: a = 1 print(type(a)) # a = 1.0 pri…

    编程 2025-01-27