2017年12月23日 星期六

a003: 許願

a003: 許願

'''看到流星的時候,你會想要做些什麼嗎?
我會想要向流星許願,不管會不會實現,
都希望這樣的願望能傳達到遠方。

輸入說明:
(無)
輸出說明:
請輸出以下三行的文字:

^_^
"o"
\^o^/

範例輸入:help

(無)
範例輸出 :

^_^
"o"
\^o^/

'''

print(" ^_^")
print("  o ")
print("\^o^/")


============= RESTART: F:/Python_APSC/a003.py ======================
 ^_^
  o 
\^o^/
>>>

沒有留言:

張貼留言

WOKWI ESP32 模擬RFID ,LED + Python TKinter SQLite

 WOKWI ESP32 模擬RFID ,LED + Python TKinter SQLite  WOKWI ESP32程式 #include <SPI.h> #include <MFRC522.h> #include <WiFi.h> #i...