<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>DeveloperPublish | preethi22it@gmail.com | Activity</title>
	<link>https://developerpublish.com/academy/members/preethi22itgmail-com/activity/</link>
	<atom:link href="https://developerpublish.com/academy/members/preethi22itgmail-com/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for preethi22it@gmail.com.</description>
	<lastBuildDate>Thu, 23 Apr 2026 11:56:33 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=12.0.0</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">9c266d56d10dacbc8f16525df7251de8</guid>
				<title>preethi22it@gmail.com wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25397</link>
				<pubDate>Wed, 21 Jun 2023 05:49:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>my_tuple = (&#8216;sara&#8217;, 6, 5, 0.97) my_list = [&#8216;sara&#8217;, 6, 5, 0.97] print(my_tuple[0])     # output =&gt; &#8216;sara&#8217; print(my_list[0])     # output =&gt; &#8216;sara&#8217; my_tuple[0] = &#8216;ansh&#8217;    # modifying tuple =&gt; throws an [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a3b7412f4e93240a719589cdd7074863</guid>
				<title>preethi22it@gmail.com wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25396</link>
				<pubDate>Wed, 21 Jun 2023 05:47:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>A local scope refers to the local objects available in the current function.  	A global scope refers to the objects available throughout the code execution since their inception.  	A module-level scop [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3e8f7b01e1cf01f58dfc15eee6291e5d</guid>
				<title>preethi22it@gmail.com wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25395</link>
				<pubDate>Wed, 21 Jun 2023 05:38:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>Use a tuple to store a sequence of items that will not change.  	Use a list to store a sequence of items that may change.  	Use a dictionary when you want to associate pairs of two items.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7f3b6d57bfd12b092d2fffe8414e690e</guid>
				<title>preethi22it@gmail.com wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25394</link>
				<pubDate>Wed, 21 Jun 2023 05:35:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>Global Variables: Variables declared outside a function or in a global space are called global variables. These variables can be accessed by any function in the program.  	Local Variables: Any variable d [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">82c3b5dc48c74961b2b09c1ec941cf9f</guid>
				<title>preethi22it@gmail.com wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25393</link>
				<pubDate>Wed, 21 Jun 2023 05:34:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>The number by default are interpreted as a decimal and if it is represented by int(‘0x1’) then it gives an error as ValueError. In this the int(string,base) the function takes the parameter to convert string t [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>