Python Python Dict 運用 -Magic 8 Ball 神奇8號球 By George 2020-05-01 2020-05-01 0 神奇 8 號球是一個用來玩占卜的玩具,如果遇到一個難以選擇的問題時,手邊有這顆球,就可以試著向它尋求 …
日誌 手做口罩 Handmade Fabric Mask By George 2020-04-23 2020-05-08 0 COVID -19 在加拿大的疫情已不是台灣可以想像的了,雖然在加拿大戴口罩的人不多,但賣口罩的地方 …
Python Python -The Monty Hall Problem By George 2020-03-05 2020-03-05 0 蒙提霍爾問題 這是一個有趣的數學機率問題,源自於美國的電視節目 Let’s Make a …
Python Python-Leibniz use For-Loop By George 2020-03-02 2020-03-05 0 π 的萊布尼茨公式是一個有趣的數學式:sum = 1 – 1/3 + 1/5 R …
Flutter Flutter – Image By George 2019-10-27 2019-10-31 0 import ‘package:flutter/material.dart’; void main( …
Flutter Flutter – Text By George 2019-10-21 2019-10-27 0 文字(TEXT)是使用最普遍的 Widget,除了 text 的屬性外,還有一些樣式、對齊及每行字數 …
Flutter Flutter -AppBar By George 2019-10-08 2019-10-08 0 The AppBar consists of a toobar and other wi …
Python Python – Guess the number -猜數字 By George 2019-10-07 2019-10-07 0 #Guess Number use While #https://www.george.tw/201 …