Nov-20-2019, 06:49 PM
Hello,
I am sure this is easy for you guys, i am new here.
I try to use a range function and then get some simple statistics out of this (min,max,sum). I get the list but get an error for the min number.
Thanks.
I am sure this is easy for you guys, i am new here.
I try to use a range function and then get some simple statistics out of this (min,max,sum). I get the list but get an error for the min number.
Thanks.
for numbers in range(21): print(numbers) print(min(numbers))