Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 558 Bytes

File metadata and controls

22 lines (15 loc) · 558 Bytes

#Python-assignment-2 repository

The given repository contains 2 python script which is my first assignment

##content

###Task 1

  • File name - Task 1 assignment 2.py
  • Description - it takes a number and check if its even or odd, for this we used %2 operator

###Task 2

  • File name - Task 2 assignment 2.py

  • Description - adds first 50 natural number to return me the sum

How to Rub

  1. Clone repository ( https://github.com/Yash-Mohan-10/Python-assignment-2.git )
  2. Navigate to folder
  3. Run task

Requirements

Have python