Q-1.Write a Python program to sum all the items in a list using for loop
Q-2.Write a Python program to find those numbers which are divisible by 7 and multiples of 5, between 1500 and 2700 (both included).
Q-3.Write a Python program to select the odd items from a list and store in a new list.
Q-4.Write a Python program to Count the total number of digits in a number.
Q-5.Write a Python program to Find the factorial of a given number.
Q-6.Write a Python program to Calculate the cube of all numbers from 1 to a given number.
Q-7.Write a Python program to reverse a number of any digit.
Q-8.Write a Python program to to separate positive and negative number from a list.
Q-9.Write a Python program to convert the month name to a number of days.
Q-10.Write a Python program that accepts a string and calculates the number of digits and letters.
Q-11.Print the following patterns:-
* ***** 1
** **** 12
*** *** 123
**** ** 1234
***** * 12345
** **** 12
*** *** 123
**** ** 1234
***** * 12345