All files and slides used for the first two lectures
- Clone this repository to your local system to get access to all the files used
- Create a small python file, name it
my_input.py
that takes a single input from the user and prints it back to the user. - Add this to your repository.
- Commit all your changes to git with the message string
Intro: My first git commit
. - Push to the master branch of your repository.
- To avoid typing your username and password everytime you clone a repository, learn how to use ssh with your platform and github.