Posts by Edson Fonseca • 67 points
3 posts
-
4
votes2
answers57
viewsQ: What function do I use to return or show all the equal numbers in a list of 20 numbers?
n = [] for i in range(20): n.append(int(input("Digite o número: ")))
-
1
votes4
answers11441
viewsQ: A list to receive 20 whole numbers and store in a list and print the largest element in the list
n = int(input("digite o número : ") I=0 For i in lista: lista[i].append(input("digite o número" I+=1 else: Print("lista cheia") I’m new to Programming and I can’t implement what the questionnaire…
-
0
votes1
answer1662
viewsQ: How to print all vowels present in string?
I’m learning to program now, and I’ve chosen Python, and I’m having trouble solving this school exercise. The code that I have is: nome = input("Digite o nome: ") b = nome.find("a") This code finds…
pythonasked Edson Fonseca 67