Facebook
From Жанарбек, 4 Years ago, written in Python.
This paste is a reply to Re: Re: Re: Re: Untitled from Жанарбек - go back
Embed
Viewing differences between Re: Re: Re: Re: Untitled and Re: Re: Re: Re: Re: Untitled
from math import ceil
def slova(a):
    b=[]
    c=a.split(".") 
    for i in c:
        b.append(i.upper()) 
    
ulitka(a,b,h):
    
return b

print(slova("esrgdthfyjuk. dfgfhdgjfhkryjk. zsfdsgfhj")) 
ceil((h-a)/(a-b)+1)

print(ulitka(3,2,10))