Posts by Gabriel • 51 points
2 posts
-
0
votes2
answers38
viewsQ: Deleting item from a list without knowing its index - Python
Let’s say I have the following list: lista_de_dados = [['nome', 'prioridade', 'hora', 'consultório', 'Número na fila'], ['Gabriel', 'Comum', '16:30', 'Dermatologia', 1] ['Gabrielle', 'Preferencial',…
-
3
votes1
answer1303
viewsQ: Colors in cmd using Python?
Guys I’m doing a game for college and I decided to put some colors in the code to look cute. I wanted to know how to make the colors of the strings appear in the cmd of windows. I tried to use the…