Posts by Isabela Pereira dos Santos • 1 point
2 posts
-
-3
votes1
answer34
viewsQ: Receiving data on multiple lines
I need to create a code that will calculate the average, variance and standard deviation of the data entered by the user. I thought of throwing this data into a list and from then on working them…
pythonasked Isabela Pereira dos Santos 1 -
-4
votes2
answers65
viewsQ: Delete a variable the program receives in input.split(" ") in Python
I am working on a calculator that needs to receive an operation (such as SUM, DIV, LOG10 etc.) and operators on the same line, eg: SUM 2 4 But when I get LOG10 or ROOT the user will only type an…
pythonasked Isabela Pereira dos Santos 1