网页学习体会

  • 首页
  • 个人博客
您的位置: 首页  >  IT文章  >  Python 常见错误

Python 常见错误

分类: IT文章 • 2024-02-15 16:19:13

1.

1 def func():
2     return a=3#错误的用法


2.

1 class a:
2     def func():#func至少要有一个self参数
3 ...........................

 3.

1 class a:
2     def _init_(self):#__init__

 4.logging

logger.setLevel(logging.debug)#logging.DEBUG

相关推荐

  • 动态解析冒泡排序—Python
  • python单元测试
  • 一张图认识Python(附基本语法总结)
  • python多线程多进程
  • python数据库备份
  • Python-自动化测试面试
  • python中的继承、多继承、超继承
  • Eclipse和MyEclipse常出现的错误总结 1. Myeclipse中导入的项目中按住快捷键(ctrl)键进行联想时,无法联想。解决方案:(1)可能缺少jar包,导包;(2)找.project文件,在其中加入如下代码:
  • Cannot set up a python SDK Python3.7. The SDK seems inval...  
  • 【Python第31课到42课】
  • linux中权限和命令的关系。
  • 关于简单工厂模式的理解和分析
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号