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

沒有留言:

張貼留言

113 學年度第 1 學期 RFID應用課程 Arduino程式

113 學年度第 1 學期 RFID應用課程 Arduino程式 https://www.mediafire.com/file/zr0h0p3iosq12jw/MFRC522+(2).7z/file 內含修改過後的 MFRC522 程式庫 (原程式有錯誤) //定義MFRC522...