Posts by Pigot • 131 points
8 posts
-
1
votes1
answer252
views -
3
votes2
answers10609
viewsQ: How to get the lowest value in a list?
I’m stuck in this program, I can’t create a function in Python. The exercise is as follows: Write a function called buscarMenor() that takes a list of integers and returns the smallest of the…
-
0
votes2
answers1123
viewsQ: Problem with lists - Python
I can’t do: Ages and heights of 5 students were noted. Do a Program to determine how many students over 13 are tall lower than the average height of such pupils. Final Code: idadeAlunos =…
-
1
votes1
answer440
viewsQ: While Exercise for Proof
I can’t do this exercise, not with while or with gone. If you can make it available to me the way it’s done with While and For,. Given a list of numbers, tell us the highest number on the list. Use…
-
1
votes1
answer456
viewsQ: Problem with my Hangman game - Python
print("*** Jogo da forca ***\n") print("*** Feito por Igor! ***\n") palavraSecreta = input("Entre com a palavra secreta: ") letrasDescobertas = [] percorrer = 0 contador = int(input("Entre com o…
-
1
votes1
answer255
viewsQ: Problem using vowel lists and even numbers
The exercise is as follows: Make a program where the user type a letter and a number integer. If the letter is vowel and the number is even, or the letter is consonant and odd number, show…
-
1
votes2
answers897
views -
1
votes1
answer15619
viewsQ: Find an item in the list
Make a program that manages the result of the entrance exam. For your happiness, there is only one course and the course has 10 vacancies. The program must keep the list of the 10 classifieds. The…