2017年12月23日 星期六

a002: This is a book. (*)

a002: This is a book. (*)

'''還記得你第一句學的英文句子嗎?
我們一起來複習一下吧:
「This is a book. That is a pen. I am a student.」
輸入說明:
(無)
輸出說明:
請輸出以下三行文字:

This is a book.
That is a pen.
I am a student.

範例輸入:help

(無)
範例輸出 :

This is a book.
That is a pen.
I am a student.
'''

print("This is a book.")
print("That is a pen.\nI am a student.")


================== RESTART: F:/Python_APSC/a02.py =======================
This is a book.
That is a pen.
I am a student.
>>> 

沒有留言:

張貼留言

2024產專班 作業2 (純模擬)

2024產專班 作業2  (純模擬) 1) LED ON,OFF,TIMER,FLASH 模擬 (switch 控制) 2)RFID卡號模擬 (buttom  模擬RFID UID(不從ESP32) Node-Red 程式 [{"id":"d8886...