practical_python
practical_python copied to clipboard
Correcting the spelling that I found while following the course.
On the course you forgot to update the python version while creating the venv
spelling of because is wrong before my edit= brcause after my edit = because
Elif program: For a = 15 will give output has "greater than 10" only but doesn't give both "greater than 10" and "less than 20". So condition is invalid- more...
The "python - m venv env" command to create the virtual environment doesn't work. We should use "python3" instead.
Hi, I just noticed the list was all ones and thought I would help. :)
Small typo in "because"