Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercício semanal 4 Lais Meireles #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

laismeireles
Copy link

No description provided.


final_tabuada = int(input("Por qual número sua tabuada irá terminar? "))

for multiplicador_da_tabuada in range(inicio_tabuada, final_tabuada+1):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Faltou somente a travinha de final > inicial

print(f"PAR: {list(range(2,21,2))}")

# Função range para imprimir apenas os números ímpares contidos na sequência de 1 a 21
print(f"ÍMPAR: {list(range(1,21,2))}")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Com dedicação e prática, vai fazer sentido. Você é muito capaz! <3

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