Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7c8adec

Browse files
authored
Update README.md
1 parent3b4b183 commit7c8adec

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ Python Pocket Reference - Mark Lutz
7575

7676
Let’s first see what Python looks like.
7777

78-
- Functions - Collections of statements grouped under a name. May or may not return a value.
79-
- Classes and Objects - Python is object-oriented. A class is an abstract data type and a blueprint with no values. An object is an instance of a class. Everything in Python is an object.
80-
- Modules - Modules are collections of related classes and functions. You can use code from these instead of writing your own for trivial functionality.
81-
- Packages - They are collections of related modules. You can also create your own packages.
82-
- Lists - These are collections of values in the CSV format. Lists are mutable objects.
83-
- Tuples - These are like lists, but immutable.
84-
- Dictionaries - These are collections of key-value pairs defined using curly braces.
85-
- Sets - They can’t have duplicates, and are mutable.
86-
- Comments and Docstrings - Comments are for the developer, explain code and are declared with a hash (#) sign. Docstrings are documentation strings that explain code. There are no multiline comments.
78+
-**Functions** - Collections of statements grouped under a name. May or may not return a value.
79+
-**Classes and Objects** - Python is object-oriented. A class is an abstract data type and a blueprint with no values. An object is an instance of a class. Everything in Python is an object.
80+
-**Modules** - Modules are collections of related classes and functions. You can use code from these instead of writing your own for trivial functionality.
81+
-**Packages** - They are collections of related modules. You can also create your own packages.
82+
-**Lists** - These are collections of values in the CSV format. Lists are mutable objects.
83+
-**Tuples** - These are like lists, but immutable.
84+
-**Dictionaries** - These are collections of key-value pairs defined using curly braces.
85+
-**Sets** - They can’t have duplicates, and are mutable.
86+
-**Comments and Docstrings** - Comments are for the developer, explain code and are declared with a hash (#) sign. Docstrings are documentation strings that explain code. There are no multiline comments.
8787

8888
###b. Python Features
8989

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp