Find the number is Even or Odd in Python | Python Interview Questions Telugu

preview_player
Показать описание
GitHub link:

Instagram-link:

Facebook link:

linkedin:

Telegramlink:
Рекомендации по теме
Комментарии
Автор

Please upload the javascript course for beginners sir.

indianarmy
Автор

N=int(input ("enter a value"))
If n%2==0:
Print ("even number")
Else:
Print ("odd number")
Please confirm this code acceptable or not!???

allinonec-
Автор

Pattern programs kuda explain cheyandi bro

anushareddy
Автор

Given n1 = 6, n2= 8, n3 = 5, n4= 2 as inputs in four lines, then how to find greatest number? Please solve it

sri