忘記密碼?

Blogs about: Python Basics

酷網誌

List, Dictionaries & Tuples Basics

shapable wrote 2 months ago: 語法簡介 List var1 = [] (空的 List) var2 = [1, 2, 3] (assignment) var3 = ['str1', 'str2', ['sub1', 'sub2'] … more →

標籤: dictionary, JSON, List, Python, tuple

Python Modules 大小事

shapable wrote 2 months ago: File Import 任一 .py附屬檔名 的python原始碼檔案都是一個module。 在同一 session (process)裏,相同的module只會實際被 import一次。 Simpl … more →

標籤: Import, package, Python

Python String (字串) 基礎

shapable wrote 2 months ago: 字串表示式: Python提供兩種字串表式式  – 雙引號/單引號。例如: “這是一個雙引號字串” ,   ‘這是一個單引號字串’ 然而對於 … more →

標籤: Python, String


Have your say. Start a blog.

See our free features →

相關標籤
全部 →

Follow this tag via RSS