Files
mkdocs/docs/Raspberry/python.md
2022-03-04 17:56:50 +01:00

17 lines
94 B
Markdown

# Python
```bash
# 09/02/2021
$ python -V
Python 2.7.16
$ python3 -V
Python 3.7.3
```