靜音耳塞最佳選擇
https://s.shopee.tw/50JqS28tYA
更多好物推薦可查看這邊https://excellentcalligraphy168.blogspot.com/search/label/%E5%A5%BD%E7%89%A9%E5%88%86%E4%BA%AB
# 四則運算
n1 = float(input("請輸入第一個數字:"))
op = input("請輸入運算符號(+, -, *, /):")
n2 = float(input("請輸入第二個數字:"))
if op == "+":
print("結果為:",n1 + n2)
elif op == "-":
print("結果為:",n1 - n2)
elif op == "*":
print("結果為:",n1 * n2)
elif op == "/":
print("結果為:",n1 / n2)
else:
print("不支援此運算")
請輸入第一個數字:9
請輸入運算符號(+, -, *, /):+
請輸入第二個數字:7.5
結果為: 16.5
目標:2025.02.28 1900訂閱
訂閱頻道:https://www.youtube.com/channel/UCgkwxAumLCYo-gqF8LyK5Bg?sub_conflrmation=1
加入會員:https://www.youtube.com/channel/UCgkwxAumLCYo-gqF8LyK5Bg/join
春聯賣場:https://s.shopee.tw/7fHpxxNr1j
時間軸
2025.01.26 1850訂閱
2025.01.11 1800訂閱
2024.12.27 1750訂閱
2024.12.10 1700訂閱
2024.11.20 1650訂閱
2024.10.30 1600訂閱
2024.10.16 1550訂閱
2024.09.19 1500訂閱
2024.09.04 1450訂閱
2024.08.30 1400訂閱
2024.08.07 1350訂閱
2024.07.24 1300訂閱
2024.07.05 1250訂閱
2024.06.25 1200訂閱
2024.06.14 1150訂閱
2024.05.31 1100訂閱
2024.05.18 1050訂閱
2024.05.07 1000訂閱
上聯:龍去蛇來吟古韻
「龍去蛇來」:龍與蛇在傳統文化中象徵年份交替,也可指春夏之交的自然變化。「龍」往往象徵上一個階段的結束,而「蛇」象徵下一個階段的開始,暗喻時序變化或舊去新來。
「吟古韻」:隱喻對過去文化、歷史的吟誦與懷念。此處可能借古典詩歌來抒發對傳統的尊重與對自然秩序的感悟。
下聯:鳥鳴花放溢清香
「鳥鳴花放」:描繪春天到來,萬物復甦的景象,鳥兒啼唱、花朵綻放,展現自然的生機與和諧。
「溢清香」:花香四溢,意味著春日的美好氣息充滿天地,也象徵純淨、清新的氛圍。
https://s.shopee.tw/1qMZ0uv3Qm
【1/25 商城狂購節】
📌 商城85折
📌 免運吃到飽$99起
📌 抽10萬開運黃金
1.25 專屬隱藏折扣碼:
輸入【0125SP30】滿 $299 折 $30 (使用時間:1/25 00:00-23:59)
1.25~1.31 分潤主專屬折扣碼陪你一起過新年
輸入【SACNY25BV】滿 $100 折 $20 (使用時間:1/25 00:00-23:59)
輸入【SACNYBV26】滿 $100 折 $20 (使用時間:1/26 00:00-23:59)
輸入【SA27CNYBV】滿 $100 折 $20 (使用時間:1/27 00:00-23:59)
輸入【SACNY28BV】滿 $100 折 $20 (使用時間:1/28 00:00-23:59)
輸入【SACNYBV29】滿 $100 折 $20 (使用時間:1/29 00:00-23:59)
輸入【SA30CNY25BV】滿 $100 折 $20 (使用時間:1/30 00:00-23:59)
輸入【SACNY31BV】滿 $100 折 $20 (使用時間:1/31 00:00-23:59)
--------------------------------------------
輸入【25FNBOSHA】滿 $499 折 $50 (使用時間:1/25 00:00-23:59)
輸入【26FNBOSHA】滿 $499 折 $50 (使用時間:1/26 00:00-23:59)
輸入【FNBOSHA27】滿 $499 折 $50 (使用時間:1/27 00:00-23:59)
輸入【FNBOSHA28】滿 $499 折 $50 (使用時間:1/28 00:00-23:59)
輸入【FNBO29SHA】滿 $499 折 $50 (使用時間:1/29 00:00-23:59)
輸入【FNBO30SHA】滿 $499 折 $50 (使用時間:1/30 00:00-23:59)
輸入【FNBO31SHA】滿 $499 折 $50 (使用時間:1/31 00:00-23:59)
1.25商城狂購節
# map(函式,可迭代的列表) 台幣美金轉換
calligraphy = [('七字春聯', 300), ('四字春條', 150), ('單字斗方', 60)]
print(calligraphy)
to_usd = lambda data:(data[0], data[1] / 30)
calligraphy_new = list(map(to_usd, calligraphy))
print(calligraphy_new)
[('七字春聯', 300), ('四字春條', 150), ('單字斗方', 60)]
[('七字春聯', 10.0), ('四字春條', 5.0), ('單字斗方', 2.0)]
翰墨飄香小舖 限量手寫手繪春聯 年畫 牡丹梅花 花開富貴 萬年紅灑金宣紙 69×27公分 69×23公分 26×26公分 https://s.shopee.tw/8AGOOwE5BQ
目標:2025.01.30 1850訂閱
訂閱頻道:https://www.youtube.com/channel/UCgkwxAumLCYo-gqF8LyK5Bg?sub_conflrmation=1
加入會員:https://www.youtube.com/channel/UCgkwxAumLCYo-gqF8LyK5Bg/join
春聯賣場:https://s.shopee.tw/7fHpxxNr1j
時間軸
2025.01.11 1800訂閱
2024.12.27 1750訂閱
2024.12.10 1700訂閱
2024.11.20 1650訂閱
2024.10.30 1600訂閱
2024.10.16 1550訂閱
2024.09.19 1500訂閱
2024.09.04 1450訂閱
2024.08.30 1400訂閱
2024.08.07 1350訂閱
2024.07.24 1300訂閱
2024.07.05 1250訂閱
2024.06.25 1200訂閱
2024.06.14 1150訂閱
2024.05.31 1100訂閱
2024.05.18 1050訂閱
2024.05.07 1000訂閱
class animal:
def __init__(self, name):
self.name = name
def run(self):
print(self.name + "正在跑步")
def stop(self):
print(self.name + "跑不動了")
animal1 = animal("老鼠米奇")
animal2 = animal("小豬佩奇")
animal1.run()
animal2.stop()
執行結果:
老鼠米奇正在跑步
小豬佩奇跑不動了
import random
player = None
computer = None
running = True
options = ("剪刀", "石頭", "布")
while running:
while True:
player = input("請輸入剪刀、石頭、布:")
if player not in options:
print("input error, try again")
else:
break
# 電腦隨機選擇
computer = random.choice(options)
print(f"player:{player}, computer:{computer}")
# 判斷輸贏
if player == computer:
print("平手")
elif player == "剪刀" and computer == "布":
print("玩家勝利")
elif player == "石頭" and computer == "剪刀":
print("玩家勝利")
elif player == "布" and computer == "石頭":
print("玩家勝利")
else:
print("電腦勝利")
player_again = input("再玩一局?(y/n)").lower()
if not player_again == "y":
running = False
print("謝謝遊玩")
簡章 報名表 臨書目錄