Write A Python Script To Check Whether A Given Number Is Divisible By 5 Or Not
Hello Programmers, Welcome to my channel.
In this video you will learn about how to Write A Python Script To Check Whether A Given Number Is Divisible By 5 Or Not
Code
=============================
number = int(input("Enter a Number : "))
if number % 5 == 0:
print("Number Is Divisible By 5")
else:
print("Number Is Not Divisible By 5")
Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners
Видео Write A Python Script To Check Whether A Given Number Is Divisible By 5 Or Not автора Учитель программирования
Видео Write A Python Script To Check Whether A Given Number Is Divisible By 5 Or Not автора Учитель программирования
Информация
2 декабря 2023 г. 8:00:43
00:03:08
Похожие видео