标签: python python-3.x python-3.7 python-typing
我正在尝试为Python 3.7中的项目应用静态类型,但是它的代码照常运行(如果为变量分配了错误的类型,也不例外)
>>> o: str = "pp" >>> o = 3 >>> o 3