Write A Python Program To Find Numbers Divisible By Another Number

preview_player
Показать описание
Hello Programmers, Welcome to my channel.

In this video you will learn about how to Write A Python Program To Find Numbers Divisible By Another Number

Python Scripts
======================

Python Functions Solved
==========================

Python Programs Solved
============================

Code
=============================
n1 = int(input("Enter First Number : "))
n2 = int(input("Enter Second Number : "))

if n1 % n2 == 0:
print("Number is Divisible")
else:
print("Number is Not Divisible")

Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners
Рекомендации по теме