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

沒有留言:

張貼留言

Messaging API作為替代方案

  LINE超好用功能要沒了!LINE Notify明年3月底終止服務,有什麼替代方案? LINE Notify將於2025年3月31日結束服務,官方建議改用Messaging API作為替代方案。 //CHANNEL_ACCESS_TOKEN = 'Messaging ...