第一次用laptop寫方格子,感覺與電腦差不多。如果還活著的話,有機會就用手機試試吧。
距離腦亡時間尚餘:160.5 小時
《かごめ》重複收聽次數:infinity
my_feeling = "I find it really {} to {}."
Question = input("Do you like python?: ")
if Question == "Yes":
print(my_feeling.format("hard", "learn python"))
else:
print(my_feeling.format("simple", "throw away python"))
print(input("WANNA JUMP?: "))