Skip to content

Commit a5cb890

Browse files
Update Programa 3_12.py
1 parent b22fa40 commit a5cb890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cap3/Programa 3_12.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
si el número es par o impar.
77
"""
88

9-
entero = int(input('Ingresa un número entero: '))
9+
entero = int(input('Ingrese un número entero: '))
1010
if entero % 2 == 0:
1111
print('El número es par.'.center(40))
1212
else:
13-
print('El número es impar.'.center(40))
13+
print('El número es impar.'.center(40))

0 commit comments

Comments
 (0)