<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Python Functions &#8211; shbytes.com</title>
	<atom:link href="https://shbytes.com/tag/python-functions/feed/" rel="self" type="application/rss+xml" />
	<link>https://shbytes.com</link>
	<description>Empowering IT career, one byte at a time</description>
	<lastBuildDate>Fri, 01 Nov 2024 06:02:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.3</generator>
	<item>
		<title>Function arguments &#8211; Pass by reference vs Pass by value</title>
		<link>https://shbytes.com/function-arguments-pass-by-reference-vs-pass-by-value/</link>
					<comments>https://shbytes.com/function-arguments-pass-by-reference-vs-pass-by-value/#comments</comments>
		
		<dc:creator><![CDATA[Payal Academy]]></dc:creator>
		<pubDate>Tue, 24 Sep 2024 23:26:12 +0000</pubDate>
				<category><![CDATA[14.Python Functions]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Functions]]></category>
		<guid isPermaLink="false">https://shbytes.com/?p=3759</guid>

					<description><![CDATA[<p>In Python, function arguments are pass by reference for mutable objects and pass by value for immutable objects. The concept of pass by reference and pass is value is similar&#8230;</p>
<p>The post <a rel="nofollow" href="https://shbytes.com/function-arguments-pass-by-reference-vs-pass-by-value/">Function arguments &#8211; Pass by reference vs Pass by value</a> appeared first on <a rel="nofollow" href="https://shbytes.com">shbytes.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://shbytes.com/function-arguments-pass-by-reference-vs-pass-by-value/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Function in Python</title>
		<link>https://shbytes.com/function-in-python/</link>
					<comments>https://shbytes.com/function-in-python/#respond</comments>
		
		<dc:creator><![CDATA[Payal Academy]]></dc:creator>
		<pubDate>Tue, 24 Sep 2024 02:20:14 +0000</pubDate>
				<category><![CDATA[14.Python Functions]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Functions]]></category>
		<guid isPermaLink="false">https://shbytes.com/?p=3740</guid>

					<description><![CDATA[<p>Function in Python A function in Python is a reusable block of code designed to perform a specific task or operation. Functions allow us to organize our code into modules.&#8230;</p>
<p>The post <a rel="nofollow" href="https://shbytes.com/function-in-python/">Function in Python</a> appeared first on <a rel="nofollow" href="https://shbytes.com">shbytes.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://shbytes.com/function-in-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
