Python -Basic and control statements
1. Write a Python program to demonstrate basic datatypes
2. Write a program to display the contents of list and tuple without using for
3. Write a Python demonstrate all the arithmetic operators
4. Write a Python program to check a value is in the list or not using
appropriate operator
5. Write a Python program to check given number is positive or negative
6. Write a program to display all the even numbers below 100
7. Write a program to reverse a number
8. Write a program to check the given number is prime or not
9. Write a program to display divisible of 5 between 1 to 100
[Link] a program to show multiplication table of given number
[Link] a program to display the following pattern
*****
****
***
**
Write a program to display all the elements of tuple and a list using for loop
Write a program to check the given year is leap or not.