This website requires JavaScript.
Explore
Help
Sign In
TiagoRG
/
uaveiro-leci
Watch
1
Star
0
Fork
You've already forked uaveiro-leci
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
817406f2ca
uaveiro-leci
/
1ano
/
1semestre
/
fp
/
aula02
/
ex04.py
3 lines
67 B
Python
Raw
Normal View
History
Unescape
Escape
First Commit
2022-10-11 19:27:51 +00:00
n
=
int
(
input
(
'
numero?
'
)
)
Refractoring and files reformat
2023-01-30 16:48:43 +00:00
print
(
"
par
"
if
n
%
2
==
0
else
"
impar
"
)