# Variables n = None r = None #Entrada n = int(input("Ingrese: ")) #Proceso if n % 2 == 0: r = "PAR" else: r = "IMPAR" #Salida print(r)
Instalar Python: https://www.youtube.com/watch?v=ayT-GI5_Ljo
Instalar Visual Studio Code: https://www.youtube.com/watch?v=EZAbKNLkrSM
Curos Básico de Python: https://oregoom.com/cursos/python-basico/