2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
自我挑戰組
選手 347 文章 6123
Day 20
2023-10-05
321
0
**Day 20_ 數值 (Numbers)- 隱式轉換 20-1. 整數式子:a = 1print(a)print(type(a))結果:1<class...
Day 17
2023-10-02
320
0
Day 17_邏輯運算子 (Logical Operators) 17-1. and式子:print(True and True)結果:True 式子:prin...
Day 16
2023-10-01
320
0
社群媒體的時代 從古至今,人與人的交流就不斷的在進步,先是飛鴿傳書在到現在facebook、threads、instagram等等,因此今天我想透過node.j...
Day 28
2023-10-11
320
0
C again 系列
單純地執行 ruby someprogram.rb 時的 call stack: main rb_main void * ruby_options(int...
Day 15
2023-09-28
320
0
C again 系列
先從 ast = load_file(parser, opt->script_name, f, 1, opt); 往下看,應該是從 ruby file 產...
Day 13
2023-09-28
319
0
先前的文章介紹了C語言中的結構 struct ,今天則是要談談在Python中與此相似的 class 。 class 相較 struct 不同的地方在於, cl...