Python基礎知識架構
註釋:
單行註釋:#
多行註釋:""" “”"
函式:輸入,輸出函式(input,print)
資料型別:整型,字串(沒有字元型別),布林型,空值(None,None =0)
list,元組,字典,集合
識別符號規則:由字母,數字,下劃線組成,不能是數字,不能是關鍵字,見名知意,第二個單詞首字母大寫
運算子:關係運算子,邏輯運算子,算術運算子(位運算子:& | ^ ~ 》《 )
語言結構:順序結構,迴圈結構,選擇結構
相關文章
- python基礎知識Python
- python 基礎知識Python
- [雲原生微服務架構](十)微服務架構的基礎知識微服務架構
- 系統架構基礎知識入門指南-下架構
- 系統架構基礎知識入門指南-上架構
- Python基礎知識1Python
- Python基礎知識整理Python
- Python基礎知識分享Python
- Python知識體系-Python2基礎知識Python
- 【譯】給小白準備的Web架構基礎知識Web架構
- Python基礎知識之字典Python
- Python基礎知識之集合Python
- Python基礎知識之二Python
- Python——基礎知識細節Python
- Python基礎知識點梳理Python
- 微服務架構 spring boot 那些最基礎的知識點微服務架構Spring Boot
- Lustre架構介紹的閱讀筆記-基礎知識架構筆記
- Python基礎知識入門(二)Python
- Python入門基礎知識(二)Python
- Python基礎函式使用知識Python函式
- Python入門基礎知識例項,Python
- Python基礎知識思維導圖Python
- 基礎的python知識2 (變數)Python變數
- python,函式各種基礎知識Python函式
- Python入門之基礎知識(一)Python
- 【Python基礎知識】Django框架簡介PythonDjango框架
- Python基礎知識之常用框架Flask!Python框架Flask
- 知識分享--架構架構
- 基礎知識
- 【Python基礎知識】Python中的while語句PythonWhile
- 【Python】Python基礎知識【第一版】Python
- Python教程分享之Python基礎知識點梳理Python
- Python入門必知的知識點!Python基礎入門Python
- 公共基礎知識-資料結構-樹資料結構
- Python快速入門之基礎知識(一)Python
- Python 基礎(一):入門必備知識Python
- python基礎必學的語法知識Python
- Python基礎知識七 元組&字典&集合Python