Python Tips: Ignore warning 忽略警告


下面這一段程式碼可以忽略惱人的警告!
 import warnings
 warnings.filterwarings('ignore')
--


張貼留言

0 留言