Skip to content

AnanyaAggarwal021/Python_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python_2

ASSIGNMENT 2:

Task 1: Check if a Number is Even or Odd

Problem Statement: Write a Python program that:

  1. Takes an integer input from the user.
  2. Checks whether the number is even or odd using an if-else statement.
  3. Displays the result accordingly.

Task 2: Sum of Integers from 1 to 50 Using a Loop

Problem Statement: Write a Python program that:

  1. Uses a for loop to iterate over numbers from 1 to 50.
  2. Calculates the sum of all integers in this range.
  3. Displays the final sum.

About

TuteDude Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages