Facebook
From Жанарбек, 4 Years ago, written in Python.
This paste is a reply to Re: Re: Re: Untitled from Жанарбек - go back
Embed
Viewing differences between Re: Re: Re: Untitled and Re: Re: Re: Re: Untitled
def red(a):
    c=[1,1]
    fib1=fib2=1
    
slova(a):
    b=[]
    c=a.split(".") 
    
for i in range(a-2):
        fib_sum=fib1+fib2
        fib1,fib2=fib2,fib_sum
        c.append(fib_sum)
    
c:
        b.append(i.upper()) 
    
return c
print(red(15)) 
b

print(slova("esrgdthfyjuk. dfgfhdgjfhkryjk. zsfdsgfhj")) 

Replies to Re: Re: Re: Re: Untitled rss

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