Skip to content

Commit

Permalink
2020-10-19 21:08:55
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardforcel committed Oct 19, 2020
1 parent 7f63048 commit ab0caba
Show file tree
Hide file tree
Showing 140 changed files with 3,982 additions and 3,982 deletions.
16 changes: 8 additions & 8 deletions docs/da/002.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

安装好 `Python` 之后,在命令行下输入:

```
```py
python
```

Expand All @@ -24,12 +24,12 @@ python

In [1]:

```
```py
print "hello world!"

```

```
```py
hello world!

```
Expand All @@ -38,7 +38,7 @@ hello world!

可以将这句话的内容保存到一个文本文件中,并使用后缀名 `.py` 结尾,例如 `hello_world.py`,在命令行下运行这个程序:

```
```py
python hello_world.py
```

Expand All @@ -54,12 +54,12 @@ python hello_world.py

In [2]:

```
```py
import this

```

```
```py
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Expand Down Expand Up @@ -88,7 +88,7 @@ Namespaces are one honking great idea -- let's do more of those!

In [3]:

```
```py
s = """Gur Mra bs Clguba, ol Gvz Crgref
Ornhgvshy vf orggre guna htyl.
Expand Down Expand Up @@ -120,7 +120,7 @@ print "".join([d.get(c, c) for c in s])

```

```
```py
The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Expand Down
Loading

0 comments on commit ab0caba

Please sign in to comment.