iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 19
0

學習目標

  • 何謂「印字」?(print)何謂「讀值」(Input)?

  • print()指令的基本用法


印字與讀值是如何運作的

https://ithelp.ithome.com.tw/upload/images/20191005/20120926jTKGUntalg.png

Python的印字與讀值指令

https://ithelp.ithome.com.tw/upload/images/20191005/20120926YPFcWqPSI3.png

印字與讀值的應用範圍

https://ithelp.ithome.com.tw/upload/images/20191005/20120926adV5JGga3k.png

print()基本操作

  • print(變數或數值)

https://ithelp.ithome.com.tw/upload/images/20191005/20120926X27iBrVEaz.png

print()基本操作

  • 請試著輸入下列程式執行,並觀察結果:

    print("c:\new project\reference")

https://ithelp.ithome.com.tw/upload/images/20191005/20120926C24urzULcw.png

發生原因

  • 你不小心使用到到了「特殊字元」

https://ithelp.ithome.com.tw/upload/images/20191005/20120926azSl3WcEjE.png

解決方法(一)

  • 單純印出\即可

https://ithelp.ithome.com.tw/upload/images/20191005/20120926QpPc8bCMgg.png

解決方法(二)

  • 要求印出「原始」(raw)字串

https://ithelp.ithome.com.tw/upload/images/20191005/20120926rbaepy6MZG.png

體驗其他特殊字元

https://ithelp.ithome.com.tw/upload/images/20191005/20120926FP0tdZ6Ak1.png


重點整理

  • 何謂標準輸出、輸入?

    • 標準輸入:鍵盤(sys.stdin)

    • 標準輸出: 螢幕(sys.stdout)

  • Python內的輸入與輸出指令

    • 輸入(讀值):input()

    • 輸出(印字):print()

  • 關於「特殊字元」

    • 如何「列印」:「\」符號字元+特殊字元代碼

    • 如何避免印出特殊字元:字串前加上「r」符號(raw)


上一篇
Day18-數值與變數(Python文字)
下一篇
Day20-複合資料型態簡介
系列文
從不懂,到玩上手的Python語言30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言