You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Qun:- 1) write a python programe to find those numbers which are divisible by 7 and 5, between 1500 and 2700 (both included)
# 2) Write a python program to count the number of even and odd numbers from a series of numbers.
# 3) Write a python program which iterates the integers from 1 to 50. For multiples of three print "Fizz" instead of the numbers and for the multiples of five print "Buzz". For numbers which are multiples of three and five both print "FizzBuzz"?
# 4) Write a pyrhon program to calculate the sum and average of n integer numbers>
# 5) Write a python program to calculate factorial of a number?