2024 iThome 鐵人賽
Share More Gain More
Python
選手 80 文章 1490
Day 12
2024-09-28
390
0
本文為 Python Software Foundation -->Python 3.12.6 說明文件 -->Python教學文件 -->...
Day 20
2024-09-26
390
0
Python 中的模組 Module顯示python的程式庫模組 可使用help函數 import math help(math) 呼叫模組方法import...
Day 9
2024-08-23
389
0
大家好!我是柯尼~我分享Python函數 圖片來源:(https://daydaynews.cc/erciyuan/969593.html) 函數 每一種编程...
Day 1
2024-09-15
389
0
為什麼會學Python 這其實是一次偶然,由於國中的我總是耍廢,會考成績也沒有好到哪,所以就毅然決然的直升了,但是呢?人生總要有一些轉折嘛!上了高中的我意識到了...
Day 12
2024-09-26
389
0
本文為 Python Software Foundation -->Python 3.12.6 說明文件 -->Python教學文件 -->...
Day 5
2024-09-19
387
0
Python 可以操作文本(由 str 型別表示,即所謂的「字串 (strings)」)和數字。這包括字元 "!"、單詞 "rab...