Posts by PedroLucas96 • 1 point
1 post
-
0
votes2
answers4222
viewsQ: How to find and show the position of an item in the list, not setting the string value for the search?
How to find and show the position of an item in the list, not setting the string value for the search? Ex: nome_pessoa = str(input('Informe o seu nome completo: ')) lista_nomes = nome_pessoa.split()…