OpenTechSchool / python-beginners

Workshop material for "Introduction to Programming with Python"
http://opentechschool.github.io/python-beginners/
175 stars 251 forks source link

Problem with getting_started #77

Open ghost opened 5 years ago

ghost commented 5 years ago

In Windows console python -v does something weird

AnmolVirdi commented 3 years ago

python -v , python --v ,python -version These commands display the versions of the various libraries existing in python. The matter is quite large to look at, so it's weird. Type quit() after that and you'll see something even more weird. But that's no issue, everything will be working fine as usual.