Files
mkdocs/docs/Raspberry/python.md
2021-03-16 06:57:22 +01:00

17 lines
144 B
Markdown

# Python
```bash
# 09/02/2021
pi@framboise:~/Downloads $ python -V
Python 2.7.16
pi@framboise:~/Downloads $ python3 -V
Python 3.7.3
```