python查看列表有多少元素_Python-如何获取列表中的元素数量?

:emoji_name:

heart.png

@[username]

Ctrl+M

Command+M

*Italic*

_Italic_

Ctrl+I

Command+I

Italic

**Bold**

__Bold__

Ctrl+B

Command+B

Bold

++Underscores++

Shift+U

Option+U

Underscores

~~Strikethrough~~

Shift+S

Option+S

Strikethrough

# Heading 1

Heading 1

=========

Ctrl+Alt+1

Command+Option+1

Heading 1

## Heading 2

Heading 2

-----------

Ctrl+Alt+2

Command+Option+2

Heading 2

[Link](http://a.com)

[Link][1]

[1]: http://b.org

Ctrl+L

Command+L

![Image](http://url/a.png)

![Image][1]

[1]: http://url/b.jpg

Ctrl+Shift+I

Command+Option+I

python查看列表有多少元素_Python-如何获取列表中的元素数量?_第1张图片

> Blockquote

Ctrl+Q

Command+Q

Blockquote

A paragraph.

A paragraph after 1 blank line.

A paragraph.

A paragraph after 1 blank line.

* List

* List

* List

- List

- List

- List

Ctrl+U

Command+U

List

List

List

1. One

2. Two

3. Three

1) One

2) Two

3) Three

Ctrl+Shift+O

Command+Option+O

One

Two

Three

Horizontal Rule

-----------

Horizontal Rule

***********

Ctrl+H

Command+H

Horizontal Rule

`Inline code` with backticks

Ctrl+Alt+C

Command+Option+C

Inline code with backticks

```

def whatever(foo):

return foo

```

with tab / 4 spaces

....def whatever(foo):

.... return foo

Ctrl+Alt+P

Command+Option+P

def whatever(foo):

return foo

你可能感兴趣的:(python查看列表有多少元素)