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.
>>> 

沒有留言:

張貼留言

WOKWI ESP32 LED Control , Node-Red MQTT SQLITE  

WOKWI ESP32 LED Control ,  Node-Red  MQTT SQLITE   const char broker[] = "test.mosquitto.org" ; //const char broker[] = "br...