Facebook
From Жанарбек, 4 Years ago, written in Python.
This paste is a reply to Untitled from Janarbek - view diff
Embed
Download Paste or View Raw
Hits: 162
  1. def red(spisok):
  2.     c=0
  3.     summ=0
  4.     for i in spisok:
  5.         c+=1
  6.         summ+=i
  7.     return summ/c
  8. a=[1,5]
  9. print(red(a))  

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Жанарбек python 4 Years ago.
Re: Re: Untitled Жанарбек python 4 Years ago.
Re: Re: Untitled Жанарбек python 4 Years ago.