Posts by Nathan Streisky • 33 points
3 posts
-
-1
votes1
answer326
viewsQ: How to average values in a list using python?
Hello, I have a list of python values that alternate between positive and negative values, and I want to work with the average of those values, However, I need that when the number has been…
pythonasked Nathan Streisky 33 -
2
votes1
answer2565
viewsQ: Check whether the number is positive, negative or zero
Hello. I am studying and learning Python, and at the right moment makes a code that reads a column of a given file where values vary between positive, negative and zero, and that writes an output…
pythonasked Nathan Streisky 33 -
1
votes3
answers224
viewsQ: Selection of the first number from a list
Hello, I have a problem that I believe is relatively simple in python, but I can not solve it. I have a list of values that vary in positive and negative numbers. And I need to select from that list…