Skip to content

Instantly share code, notes, and snippets.

View criskell's full-sized avatar

criskell

View GitHub Profile
@criskell
criskell / Ex073.py
Last active October 25, 2024 19:34
Exercício 73 - Curso em Vídeo
import time
tabela = ('Botafogo', 'Palmeiras', 'Fortaleza', 'Flamengo', 'São Paulo', 'Internacional', 'Bahia', 'Cruzeiro',
'Atlético-MG', 'Vasco', 'Fluminense', 'Criciúma', 'Grêmio', 'Bragantino', 'Juventude', 'Vitória',
'Corinthians', 'Athletico-PR', 'Cuiabá', 'Atlético-GO')
print('Welcome to the Brazilian championship table')
print(''' Options menu
To check the top 5 in the table, type { 1 }
To check the last 4 placed press { 2 }