Facebook
From Жанарбек, 4 Years ago, written in Python.
This paste is a reply to Untitled from Janarbek - go back
Embed
Viewing differences between Untitled and Re: Untitled
a=str(input("Как ваш зовут?: "))
print(a)
def red(spisok):
    c=0
    summ=0
    for i in spisok:
        c+=1
        summ+=i
    return summ/c
a=[1,5] 
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.