Skip to content

Atividade repetições#25

Open
mirleey wants to merge 1 commit intoreprograma:mainfrom
mirleey:main
Open

Atividade repetições#25
mirleey wants to merge 1 commit intoreprograma:mainfrom
mirleey:main

Conversation

@mirleey
Copy link

@mirleey mirleey commented Aug 30, 2023

Solução exercícios de repetições.
Não sofro tanto nos exercícios quanto usando o Git T.T

for x in range (20):
numero = int(input("Digite o número ="))
vetor.append(numero)
if numero % 2 == 0:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pode usar somente o if numeros % 2:, mas não está errado assim!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants