<?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>List &#8211; Care4you</title>
	<atom:link href="https://care4you.in/tag/list/feed/" rel="self" type="application/rss+xml" />
	<link>https://care4you.in</link>
	<description>Jobs, Engineering, Notes, Quiz, Competetions</description>
	<lastBuildDate>Fri, 22 Apr 2022 17:26:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.12</generator>

<image>
	<url>https://care4you.in/wp-content/uploads/2020/06/cropped-care4youfav-32x32.png</url>
	<title>List &#8211; Care4you</title>
	<link>https://care4you.in</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Iteration in Python</title>
		<link>https://care4you.in/iteration-in-python/</link>
					<comments>https://care4you.in/iteration-in-python/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Tue, 19 Apr 2022 17:52:51 +0000</pubDate>
				<category><![CDATA[PYTHON]]></category>
		<category><![CDATA[definite iteration]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[for loop]]></category>
		<category><![CDATA[indefinite iteration]]></category>
		<category><![CDATA[iteration in python]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[tuple]]></category>
		<category><![CDATA[while loop]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=3120</guid>

					<description><![CDATA[<p>Iteration- for and while loop: Iterations are used for repetitive execution of the same block of code over and over. Loop or iteration are popular block of code in all the programming language like basic, PASCAL, C, JAVA, PHP and all others. They can be numeric or collection based. Type of Iteration There are two...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/iteration-in-python/">Iteration in Python</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/iteration-in-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Tuple in Python</title>
		<link>https://care4you.in/tuple-in-python/</link>
					<comments>https://care4you.in/tuple-in-python/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Sat, 12 Mar 2022 18:09:05 +0000</pubDate>
				<category><![CDATA[PYTHON]]></category>
		<category><![CDATA[empty tuple]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[nesting of tuple]]></category>
		<category><![CDATA[operations on tuples]]></category>
		<category><![CDATA[sequence unpacking]]></category>
		<category><![CDATA[singleton]]></category>
		<category><![CDATA[tuple]]></category>
		<category><![CDATA[unpacking tuple]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=3065</guid>

					<description><![CDATA[<p>Tuples Tuples in Python are similar to lists. A tuple is a sequence of comma separated numbers. A tuple can be decared as a sequence by enclosing or without enclosing them inside the () bracket and all elements are separated with commas. Elements in a tuple can be accessed via unpacking or indexing. Following are...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/tuple-in-python/">Tuple in Python</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/tuple-in-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lists in Python</title>
		<link>https://care4you.in/lists-in-python/</link>
					<comments>https://care4you.in/lists-in-python/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Fri, 19 Apr 2019 11:01:23 +0000</pubDate>
				<category><![CDATA[PYTHON]]></category>
		<category><![CDATA[accessing list elements]]></category>
		<category><![CDATA[append]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[list append]]></category>
		<category><![CDATA[list delete]]></category>
		<category><![CDATA[list elements]]></category>
		<category><![CDATA[list metods]]></category>
		<category><![CDATA[operations on list]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">http://care4you.in/wp/?p=67</guid>

					<description><![CDATA[<p>Lists List is the most common composite data type in Python. It is is an ordered set of elements. Elements in a list can be of similar or different types. Declaration: A list in python is enclosed inside [ ] bracket. Elements in the list are separated by comma. Example of a list is: list1...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/lists-in-python/">Lists in Python</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/lists-in-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
