Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 630 Bytes

File metadata and controls

12 lines (10 loc) · 630 Bytes

introduction-to-python

All files and slides used for the first two lectures

TRY YOUR HANDS ON THIS

  1. Clone this repository to your local system to get access to all the files used
  2. 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.
  3. Add this to your repository.
  4. Commit all your changes to git with the message string Intro: My first git commit.
  5. Push to the master branch of your repository.

ASIDE NOTE

  • To avoid typing your username and password everytime you clone a repository, learn how to use ssh with your platform and github.