Posts by Nathalia Souza • 11 points
2 posts
-
1
votes2
answers45
viewsA: Problem with data entry
Hi, I saw that Voce put the age as str. If Voce change to int, when the user put a letter or symbol, error. I am also new in the area, I tried the following code: nome = str(input('Insira seu nome e…
pythonanswered Nathalia Souza 11 -
-3
votes2
answers113
viewsQ: Largest item in a shopping list
I need to find the most expensive item within a list. The entry must contain the product code, quantity and price entered by the user in the same row in that order and each row is a product. Then…
pythonasked Nathalia Souza 11