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_09 作業3 以Node-Red 為主

 2024_09 作業3  (以Node-Red 為主  Arduino 可能需要配合修改 ) Arduino 可能需要修改的部分 1)mqtt broker  2) 主題Topic (發行 接收) 3) WIFI ssid , password const char br...