Facebook
From Жанарбек, 3 Years ago, written in Python.
This paste is a reply to Re: Re: Re: Untitled from Жанарбек - view diff
Embed
Download Paste or View Raw
Hits: 145
  1. def slova(a):
  2.     b=[]
  3.     c=a.split(".")
  4.     for i in c:
  5.         b.append(i.upper())
  6.     return b
  7.  
  8. 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 3 Years ago.
Re: Re: Re: Re: Re: Untitled Жанарбек python 3 Years ago.
Re: Re: Re: Re: Re: Untitled Жанарбек python 3 Years ago.
Re: Re: Re: Re: Re: Untitled Жанарбек python 3 Years ago.
Re: Re: Re: Re: Re: Untitled Жанарбек python 3 Years ago.
Re: Re: Re: Re: Re: Untitled Жанарбек python 3 Years ago.