四設計一甲

40423106王翔佑10/16

影片心得

name = input("What is your name? ")

What is your name? _

在 _ 上輸入任何字後,print(name)會出現我們之前輸入的那個字

例如

name = input("What is your name? ")

例如

What is your name? 123

print(name)

123

心得與自評

git config --global user.email "倉儲信箱"

git add 追蹤並暫存

git push 推送

git branch reveal2-gh-pages 建立reveal2-gh-pages分支

git checkout reveal2-gh-pages 轉換到reveal2-gh-pages分支

git push origin reveal2-gh-pages 推送到reveal2-gh-pages分支

經過老師上課的內容以及影片的介紹,我學習到了python的指令和python的便利性,自評:70