初學python的常見問題

joey小天使發表於2020-10-07

1.在pycharm中切換python版本的方法

python 呼叫super()初始化報錯“TypeError: super() takes at least 1 argument”
解決方法將python2.7換成python3
在pycharm中切換python版本的方法

2.python中不寫;

3.python:很重要不要忘記寫

4.未設定編碼格式

python出現SyntaxError: Non-ASCII character ‘\xe6’ in file 列印日期.py on line 1, but no encoding declared;
新增連結描述

5.字串處理

官方文件

相關文章