Advertisement
RavenChrstn

Untitled

Sep 24th, 2021
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. genap = 0
  2. for x in range(5):
  3.     value = int(input())
  4.     if value % 2 == 0:
  5.         genap += 1
  6. print(f"{genap} valores pares")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement