“como fazer um programa python em estranho e até mesmo” Respostas de código

ímpar ou mesmo em python

n = int(input("Enter a number: "))
print(n,"is Even.") if (n % 2) == 0 else print(n,"is Odd.")
moghaazi

como fazer um programa python em estranho e até mesmo

Number = int(input("Write any number:- "))
Opration = Number%2
if Opration == 0:
    print("it's odd number")
else:
    print("It's even number")
Programmer of empires

python mesmo ou estranho

injd = int(input('Enter a number'))
n = injd % 2
if n > 0:
  print('This is an odd number')
else:
  print('This is an even number')
Harry the Programmer

Respostas semelhantes a “como fazer um programa python em estranho e até mesmo”

Perguntas semelhantes a “como fazer um programa python em estranho e até mesmo”

Procure respostas de código populares por idioma

Procurar outros idiomas de código