+ 8
Can you help me to make this average program running, please?
6 ответов
+ 7
Works fine, you just have to call that function now. For example:
print(avg([5, 7, 4]))
+ 5
As soon as you write my line under your function definition, there will be output.
+ 4
Okey thanks. 😄🖐
+ 3
print(avg([1])) redirect the output to the screen. You can use any number of items in the list but echo the output to the screen. 🤗
+ 2
Okey I will try. Thanks a lot !!!
+ 1
Yes I understand but there is no output available...