Python Program To Check If Number Is Divisible By 5 Or 7 | Python Mastery Course | CodeWithShani

preview_player
Показать описание
Python Program To Check If Number Is Divisible By 5 Or 7 | Python Mastery Course | CodeWithShani

......................................................................
Apne bhai ko Follow Karna

......................................................................
►About this Video :-

In this Video, I talked about a Python program to Check if a number is Divisble by 5 or 7. So I hope You will Understand this Program.

......................................................................
► Best Books for Programming :

......................................................................

►Your Query:

1. python program to check if a number is divisible by 3 and 5
2. python program to check if a number is divisible by 2
3. python program to print numbers divisible by 5 using while loop
4. check if number is divisible by 7 python
5. python program to check if a number is divisible by 4
6. write a program to check whether a number is divisible by 7 or not
7. program to print all the numbers divisible by 5 or 7 for

......................................................................
►About CodeWithShani:
CodeWithShani is a E-learning platform for all coders. Because this platform is purely based Computer Programming. I share all my programming knowledges and experiences here. So, If you are a Programmer or Interested in Technology, then make sure you SUBSCRIBE this channel.

......................................................................
►Top Playlists :

......................................................................
►Top Video :

......................................................................

#codewithshani #python #pythonmasteryfullcourse #shanibhai #pythonprojects #learnpython #programming #coding #coders

[Thanks for watching this video]

Shani Kumar
From - New Delhi (India)
Рекомендации по теме
Комментарии
Автор

I name is wajid i am from kashmir i learn python

malikwajid
Автор

Odd and even Num finder.py

num=int(input("Enter any Desire Number :- "))

if num %2==0:
print (f"{num} is even Number")

else:
print(f"{num} is odd Number")

abhinaavgulalkaari
Автор

Vs code install par pura ek video
Ham install Kaya hai to run nahi kar raha hai

shrikantkushwaha
Автор

Grade.py

marks= int(input("Enter your marks :-"))

if marks >= 91:

print(" Congratulation Your pass out with 'A'' Grade")

elif marks <=91 and marks >=81:
print("Congratulation Your pass out with 'B' Grade")

elif marks >=71 and marks <=81:
print ("Congratulation You pass out with 'C' Grade")

else :
print ("Congratulation You pass out First Division ")

abhinaavgulalkaari