Home Work 01

1st March 2024

This is an introductory homework assignment where you will address the following questions and submit your GitHub link containing either a Jupyter Notebook or a Python file

Question 1 - Create a Github Account

Refer to this video if you have doubts.

Question 2 - Install VS Code or Use Google Colab

Refer to this video for installing VS Code

Refer to this video for Google Colab Python File Creation.

Question 3 - Create a Python File or Jupyter Notebook file that answers the following questions:

  • Create a function that adds two numbers.

  • Create a function that subtracts two numbers.

Check slides for reference.