Python Assignment 2
Construct a Python program to check whether a given number is positive or negative using
the if statement.
Write a Python program to display the grade of a student using the if-elif-else statement
Develop Python program to find the factorial of a given number using the while loop.
Create a Python program that generates the Fibonacci series using a for loop.
Compare the functionalities of break, continue, and pass statements in Python with suitable
examples..
Compare selection statements and iterative statements in Python. Explain their advantages,
differences, and applications with suitable examples.
Construct a Python-based solution to exchange the values of two numbers using a temporary
variable