mvchn / learning_python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Python Course

Requirements

  • git command executable
  • python command executable (interpreter Python 3.9 or higher)

Install

$ git clone git@github.com:mvchn/learning_python.git
$ cd learning_python
$ git checkout develop

Contribute

$ git checkout develop
$ git checkout -b branch_name
$ dit add .
$ git commit -m "_updates_"  
$ git push -u origin branch_name

Run

$ python menu.py

... and follow the instructions in the console.

About


Languages

Language:Python 100.0%