• 首頁
  • Contact
George的生活點滴
台北來的土包子
 
Skip to content
  • 首頁
  • Contact
分類:Python
Home Archive for category "Python"

分類:Python

Python

Python 攝氏 華氏 溫度轉換

By George 2019-01-21 2019-01-25

攝氏 °C (Celsius) 目前大多數的國家都使用的溫度單位。 華氏 °F (Fahrenhei …

Continue reading
Python

Python Function:BMI 指數

By George 2018-05-24 2018-05-24

BMI 指數-使用 Function 操作 def body_mass_index(h,w): h= …

Continue reading
安裝 Kivy
Python

安裝 Kivy

By George 2018-05-03 2018-05-03

Kivy  是一個 Python 的函式庫,它支援許多平台,如: Windows,Linux ,OS …

Continue reading
Python

Python Dict 字典

By George 2018-04-25 2018-05-03

Python  Dictionary ( dict 字典) 是 python 的另一種陣列,和其它語 …

Continue reading
Python

python List 陣列

By George 2017-12-20 2018-04-25

Python 的 『陣列』有幾種形式: List 這與其它程式的 array 很類似: my_lis …

Continue reading
Python

python 質數- for,while,if

By George 2017-12-01 2017-12-04

求 2 – 29 的質數 。質數: 除了 1 和本身外,沒有其它數可以整除 利用 for …

Continue reading
Python

python 99 乘法表- for 迴圈

By George 2017-11-27 2018-05-25

for i in range(1,10): for j in range(1,10): s= i*j …

Continue reading
Python

python while, import

By George 2017-11-22 2017-11-27

利用一個簡單的猜數字遊戲來學習 Python 中 While 迴圈,IF 判斷式,import 的用 …

Continue reading
Python

Python 學習筆記-1

By George 2016-12-27 2017-04-13

輸出 print (“Hello World”) # 顯示 Hello World myVar = …

Continue reading
二月 2019
一 二 三 四 五 六 日
« 一月    
 123
45678910
11121314151617
18192021222324
25262728  

近期文章

  • Python 攝氏 華氏 溫度轉換
  • Open Work Permit 的 OHIP 申請
  • 英文學習
  • 加拿大和台灣的生活差異 (一年)
  • 加拿大移民申請
創用 CC 授權條款網站所有著作採用創用 CC 姓名標示-非商業性-相同方式分享 3.0 台灣 授權條款授權
Powered by Fluida & WordPress.