Album
米Teen唔鐘意玩現成品,喜歡由零件開始砌。99次失敗唔係問題,最緊要係有1次成功!
米Teen總部設在聖公會白約翰會督中學506室,在午膳後和放學後集會。有興趣參與的同學,請與會長或導師聯絡。
2025-11-29 17:47:08
溫度23℃ 濕度56% 氣壓1014.56hPa
2025-11-29 12:38:27
閃電34km (0)
2025-11-28 15:37:40
閃電14km (2)
2025-11-28 15:37:36
閃電20km (0)
2025-11-27 18:06:48
閃電34km (0)
2025-11-26 03:39:45
閃電34km (0)
2025-11-23 04:31:29
閃電34km (0)
2025-11-22 12:39:29
閃電20km (0)
2025-11-22 12:39:29
閃電20km (0)
2025-11-22 12:39:28
閃電20km (0)
2025-11-22 12:39:27
閃電27km (0)
溫度23℃ 濕度56% 氣壓1014.56hPa
2025-11-29 12:38:27
閃電34km (0)
2025-11-28 15:37:40
閃電14km (2)
2025-11-28 15:37:36
閃電20km (0)
2025-11-27 18:06:48
閃電34km (0)
2025-11-26 03:39:45
閃電34km (0)
2025-11-23 04:31:29
閃電34km (0)
2025-11-22 12:39:29
閃電20km (0)
2025-11-22 12:39:29
閃電20km (0)
2025-11-22 12:39:28
閃電20km (0)
2025-11-22 12:39:27
閃電27km (0)
Max IDs on a photo paper.
>>>Max IDs on...
Find the maximum number of ID photos with specified size on a photo paper with specified size.
| 1 | # Author: HUANG KWUN HOI (SKHBBSS, class 4D) |
| 2 | # Last modified: 2020.9.4 |
| 3 | print('Enter the height of ID photo(pixel)') |
| 4 | id_photo_height = int(input()) |
| 5 | print('Enter the width of ID photo(pixel)') |
| 6 | id_photo_width = int(input()) |
| 7 | print('Enter the height of photo paper(pixel)') |
| 8 | photo_paper_height = int(input()) |
| 9 | print('Enter the width of photo paper(pixel)') |
| 10 | photo_paper_width = int(input()) |
| 11 | place_horizontally_1 = photo_paper_height // id_photo_width |
| 12 | place_vertically_1 = photo_paper_width // id_photo_height |
| 13 | method_one = place_horizontally_1 * place_vertically_1 |
| 14 | place_horizontally_2 = photo_paper_height // id_photo_height |
| 15 | place_vertically_2 = photo_paper_width // id_photo_width |
| 16 | method_two = place_horizontally_2 * place_vertically_2 |
| 17 | if method_one >= method_two: |
| 18 | print(str(place_horizontally_1) + ' x ' +str(place_vertically_1)) |
| 19 | print('=' + str(method_one)) |
| 20 | else: |
| 21 | print(str(place_horizontally_2) + ' x ' +str(place_vertically_2)) |
| 22 | print('=' + str(method_two)) |
Album
米Teen唔鐘意玩現成品,喜歡由零件開始砌。99次失敗唔係問題,最緊要係有1次成功!
米Teen總部設在聖公會白約翰會督中學506室,在午膳後和放學後集會。有興趣參與的同學,請與會長或導師聯絡。
2025-11-29 17:47:08
溫度23℃ 濕度56% 氣壓1014.56hPa
2025-11-29 12:38:27
閃電34km (0)
2025-11-28 15:37:40
閃電14km (2)
2025-11-28 15:37:36
閃電20km (0)
2025-11-27 18:06:48
閃電34km (0)
2025-11-26 03:39:45
閃電34km (0)
2025-11-23 04:31:29
閃電34km (0)
2025-11-22 12:39:29
閃電20km (0)
2025-11-22 12:39:29
閃電20km (0)
2025-11-22 12:39:28
閃電20km (0)
2025-11-22 12:39:27
閃電27km (0)
溫度23℃ 濕度56% 氣壓1014.56hPa
2025-11-29 12:38:27
閃電34km (0)
2025-11-28 15:37:40
閃電14km (2)
2025-11-28 15:37:36
閃電20km (0)
2025-11-27 18:06:48
閃電34km (0)
2025-11-26 03:39:45
閃電34km (0)
2025-11-23 04:31:29
閃電34km (0)
2025-11-22 12:39:29
閃電20km (0)
2025-11-22 12:39:29
閃電20km (0)
2025-11-22 12:39:28
閃電20km (0)
2025-11-22 12:39:27
閃電27km (0)

絕不能在一粒細小的電阻上印上數字來表表它的阻值,只能用色條來表示。記熟了這些色碼(Resistor Color Code),就能隨時讀出一粒電阻的阻值了。
晶體管(Transistor)有很多用途,只要了解幾款晶體管的特性,已能解決大部份驅動電路(Driver circuit)的問題了。
Arduino,電子線路,網站設計等等。