Skip to content

Commit fea22b5

Browse files
authored
Update README.md
1 parent 1c2035b commit fea22b5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Minimalistic Python Docs: https://pythonbasics.org/
1111

1212
Download from: https://www.python.org/downloads/
1313

14+
Use `python3 --version` to see if python 3 is installed and print its version
15+
16+
To run a python file use `python3 -u filename.py` - don't forget the `.py` at the end
17+
1418
#### If you want to specify the data type, you can use the following constructor functions:
1519
```py
1620
x = str("Hello World")

0 commit comments

Comments
 (0)