17 lines
94 B
Markdown
17 lines
94 B
Markdown
# Python
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
# 09/02/2021
|
|
|
|
$ python -V
|
|
Python 2.7.16
|
|
|
|
$ python3 -V
|
|
Python 3.7.3
|
|
```
|
|
|