王婷儀python特色:維基百科

維基百科PYTHON

縮排INDENTATION

Python uses whitespace indentation, rather than curly brackets or keywords(而不是使用大括號或關鍵字), to delimit blocks. An increase in indentation comes after certain statements; a decrease in indentation signifies the end of the current block.[82] Thus, the program's visual structure accurately represents its semantic structure.[83] This feature is sometimes termed the off-side rule. Some other languages use indentation this way; but in most, indentation has no semantic meaning. The recommended indent size is four spaces.

教學影片

留言

  1. 期末考.https://wangtingyiprincess.blogspot.com/2026/01/python.html
    curly brackets. https://wangtingyiprincess.blogspot.com/2025/12/python.html

    回覆刪除

張貼留言

這個網誌中的熱門文章

王婷儀PYTHON條件判斷if否則elif

王python公主製作tkinter金融常識測驗

王婷儀python全域變數global和判斷if