<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: jrujason1001</title>
    <description>The latest articles on DEV Community by jrujason1001 (@jrujason1001).</description>
    <link>https://dev.to/jrujason1001</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F608909%2F8d2b7a44-cd40-4a43-a47f-11e4f8529941.png</url>
      <title>DEV Community: jrujason1001</title>
      <link>https://dev.to/jrujason1001</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jrujason1001"/>
    <language>en</language>
    <item>
      <title>What is the difference and the function between "Global" and "Local" in python?</title>
      <dc:creator>jrujason1001</dc:creator>
      <pubDate>Tue, 06 Apr 2021 04:08:09 +0000</pubDate>
      <link>https://dev.to/jrujason1001/what-is-the-difference-and-the-function-between-global-and-local-in-python-dhc</link>
      <guid>https://dev.to/jrujason1001/what-is-the-difference-and-the-function-between-global-and-local-in-python-dhc</guid>
      <description>&lt;p&gt;I would ask&lt;br&gt;
What are the difference and the function between &lt;strong&gt;Global&lt;/strong&gt; and &lt;strong&gt;Local&lt;/strong&gt; in python? I really confused about this question.&lt;br&gt;
Example:&lt;br&gt;
def x():&lt;br&gt;
  global y&lt;br&gt;
y = "Great!"&lt;/p&gt;

&lt;p&gt;x()&lt;/p&gt;

&lt;p&gt;print("He is" + y)&lt;/p&gt;

&lt;p&gt;Someone, please help me answer this question and I'll give you some of this chocolate.🍫 &lt;br&gt;
Thank you!! ☺️ &lt;/p&gt;

</description>
      <category>python</category>
      <category>functional</category>
    </item>
    <item>
      <title>What is "def" meaning and function in python?</title>
      <dc:creator>jrujason1001</dc:creator>
      <pubDate>Mon, 05 Apr 2021 13:14:44 +0000</pubDate>
      <link>https://dev.to/jrujason1001/what-is-def-meaning-and-function-in-python-28ok</link>
      <guid>https://dev.to/jrujason1001/what-is-def-meaning-and-function-in-python-28ok</guid>
      <description>&lt;p&gt;Hello, Somebody can help me?&lt;br&gt;
I wanted to ask, What is the meaning of &lt;strong&gt;"def"&lt;/strong&gt; in python programming language? And what is the function of this &lt;strong&gt;"def"&lt;/strong&gt; Keyword? &lt;/p&gt;

&lt;p&gt;Example:&lt;br&gt;
def function():&lt;br&gt;
   print("Hello World!")&lt;br&gt;
function()&lt;/p&gt;

&lt;p&gt;If someone can help me and the answer is helpful, I'll give you some of this cake 🍰 and It will make you proud.&lt;/p&gt;

&lt;p&gt;Thank you! &lt;/p&gt;

</description>
      <category>python</category>
      <category>functional</category>
    </item>
  </channel>
</rss>
