<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>пайтон by саша</title>
      <link>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-04-04 07:14:07 UTC</pubDate>
      <lastBuildDate>2026-01-20 02:09:25 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title> Величини в мові Python</title>
         <author>pastushenko2811</author>
         <link>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543348605</link>
         <description><![CDATA[<div>Константа — величина, значення якої не може змінюватися в ході виконання програми. Змінна — величина, значення якої може змінюватися в ході виконання програми.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-04 07:16:34 UTC</pubDate>
         <guid>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543348605</guid>
      </item>
      <item>
         <title>умовні оператори python</title>
         <author>pastushenko2811</author>
         <link>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543351413</link>
         <description><![CDATA[<div>Для організації розгалужень у мові Python призначені умовні оператори if, if...else, if... elif...else.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2013228420/29dfcbdf29dac40130e7d49091043fb8/24.png" />
         <pubDate>2023-04-04 07:19:18 UTC</pubDate>
         <guid>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543351413</guid>
      </item>
      <item>
         <title>цикли python</title>
         <author>pastushenko2811</author>
         <link>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543354704</link>
         <description><![CDATA[<div>у пайтоні є два цикла: for - лічильний цикл, while - умовний цикл</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-04 07:22:10 UTC</pubDate>
         <guid>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543354704</guid>
      </item>
      <item>
         <title>списки</title>
         <author>pastushenko2811</author>
         <link>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543356877</link>
         <description><![CDATA[<div>список можливо зробити командою spysok або за допомогою []</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-04 07:24:34 UTC</pubDate>
         <guid>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543356877</guid>
      </item>
      <item>
         <title>списки це</title>
         <author>pastushenko2811</author>
         <link>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543358897</link>
         <description><![CDATA[<div>впорядковані колекції об'єктів довільних типів, що змінюються</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2013228420/577c95f0cd69affd1ec6ad9373f94f58/____________.png" />
         <pubDate>2023-04-04 07:26:32 UTC</pubDate>
         <guid>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543358897</guid>
      </item>
      <item>
         <title>рядок в пайтоні це</title>
         <author>pastushenko2811</author>
         <link>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543359849</link>
         <description><![CDATA[<div>У мові програмування Python <strong><em>рядок</em></strong> – це вбудований тип, який призначений для зберігання та представлення символьної чи текстової інформації в упорядкованому вигляді.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-04 07:27:39 UTC</pubDate>
         <guid>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543359849</guid>
      </item>
      <item>
         <title>функція</title>
         <author>pastushenko2811</author>
         <link>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543361001</link>
         <description><![CDATA[<div>Функція – це фрагмент коду, призначений для розв'язання певної задачі, до якого можна багаторазово звертатись з різних місць основної програми.</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-04 07:29:04 UTC</pubDate>
         <guid>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543361001</guid>
      </item>
      <item>
         <title>функції як зробити?</title>
         <author>pastushenko2811</author>
         <link>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543362093</link>
         <description><![CDATA[<div>Функції визначаються за допомогою ключового слова def. Для того щоб створити функцію потрібно розмістити ключове слово def перед ідентифікатором функції (її ім'ям), потім вказати пару дужок всередині яких можуть міститися імена змінних (аргументи функції), в кінці рядка дві крапки.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2013228420/01cbffe9555a0b04481cd4dbb564b3f9/09_function_basics__1_.png" />
         <pubDate>2023-04-04 07:30:03 UTC</pubDate>
         <guid>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543362093</guid>
      </item>
      <item>
         <title></title>
         <author>pastushenko2811</author>
         <link>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543367348</link>
         <description><![CDATA[<div>зробили Чегут і Пастушенко</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-04 07:35:55 UTC</pubDate>
         <guid>https://padlet.com/pastushenko2811/d8c6w3thmuj79hdd/wish/2543367348</guid>
      </item>
   </channel>
</rss>
