<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Python-3.4.3%2FC3%2FAccessing-parts-of-arrays%2FEnglish-timed</id>
		<title>Python-3.4.3/C3/Accessing-parts-of-arrays/English-timed - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Python-3.4.3%2FC3%2FAccessing-parts-of-arrays%2FEnglish-timed"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Python-3.4.3/C3/Accessing-parts-of-arrays/English-timed&amp;action=history"/>
		<updated>2026-04-21T21:33:08Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=Python-3.4.3/C3/Accessing-parts-of-arrays/English-timed&amp;diff=47650&amp;oldid=prev</id>
		<title>PoojaMoolya: Created page with &quot;{| border=1 | &lt;center&gt;'''Time'''&lt;/center&gt; | &lt;center&gt;'''Narration'''&lt;/center&gt;  |- | 00:01 | Welcome to the spoken tutorial on &quot;'''Accessing parts of arrays'''&quot;.   |- | 00:07 |...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Python-3.4.3/C3/Accessing-parts-of-arrays/English-timed&amp;diff=47650&amp;oldid=prev"/>
				<updated>2019-05-31T11:03:02Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{| border=1 | &amp;lt;center&amp;gt;&amp;#039;&amp;#039;&amp;#039;Time&amp;#039;&amp;#039;&amp;#039;&amp;lt;/center&amp;gt; | &amp;lt;center&amp;gt;&amp;#039;&amp;#039;&amp;#039;Narration&amp;#039;&amp;#039;&amp;#039;&amp;lt;/center&amp;gt;  |- | 00:01 | Welcome to the spoken tutorial on &amp;quot;&amp;#039;&amp;#039;&amp;#039;Accessing parts of arrays&amp;#039;&amp;#039;&amp;#039;&amp;quot;.   |- | 00:07 |...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| border=1&lt;br /&gt;
| &amp;lt;center&amp;gt;'''Time'''&amp;lt;/center&amp;gt;&lt;br /&gt;
| &amp;lt;center&amp;gt;'''Narration'''&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:01&lt;br /&gt;
| Welcome to the spoken tutorial on &amp;quot;'''Accessing parts of arrays'''&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:07&lt;br /&gt;
| In this tutorial, we will learn to access and change: Individual '''elements''' of '''single dimensional''' and '''multi-dimensional '''arrays'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:17&lt;br /&gt;
| '''Rows''' and '''columns''' of '''arrays'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:20&lt;br /&gt;
| '''Elements''' of an '''array''', using '''slicing''' and '''striding'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:25&lt;br /&gt;
| To record this tutorial, I am using &lt;br /&gt;
&lt;br /&gt;
'''Ubuntu Linux 16.04''' operating system&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:33&lt;br /&gt;
| '''Python 3.4.3 '''and '''IPython 5.1.0'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:40&lt;br /&gt;
| To practise this tutorial, you should know how to run basic '''Python '''commands on the '''IPython console.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:49&lt;br /&gt;
| use''' arrays.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|00:51 &lt;br /&gt;
|If not, see the relevant '''Python '''tutorials on this website.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:57&lt;br /&gt;
| Let us begin with the help of an example. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:01&lt;br /&gt;
|Consider two '''arrays''', A and C.&lt;br /&gt;
 &lt;br /&gt;
We will use these '''arrays''' throughout this tutorial. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:09&lt;br /&gt;
| Let us start '''ipython'''.&lt;br /&gt;
&lt;br /&gt;
Open the '''terminal'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:15&lt;br /&gt;
|Type '''ipython3 '''and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|01:21&lt;br /&gt;
| Let us create the two '''arrays''' in '''terminal'''.&lt;br /&gt;
&lt;br /&gt;
For this, we have to import '''numpy library'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:29&lt;br /&gt;
|Type '''import numpy as np''' and press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:36&lt;br /&gt;
|From here onwards, please remember to press the '''Enter''' key after typing every command on the '''terminal'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:43&lt;br /&gt;
| Type '''A '''''is equal to''''' np '''''dot '''''arange '''''inside parentheses '''''1 '''''comma '''''6 '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:51&lt;br /&gt;
| Type, '''C '''''is equal to''''' np '''''dot '''''arange '''''inside parentheses '''''1 '''''comma '''''26 '''''dot '''''reshape '''''inside parentheses''''' 5 '''''comma '''''5 '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:03&lt;br /&gt;
|We have already learnt about '''arange''' and''' reshape methods''' in an earlier tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:09&lt;br /&gt;
| Now, let us see the contents of A and C.&lt;br /&gt;
&lt;br /&gt;
Type '''A '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:16&lt;br /&gt;
| Type '''C '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:19&lt;br /&gt;
| In '''A''', we have only one row with '''elements''' from 1 to 6.&lt;br /&gt;
&lt;br /&gt;
'''A''' is a '''one dimensional array.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:28&lt;br /&gt;
|In '''C''', we have 1 to 26 '''elements''' in the form of '''matrix''' of 5 rows and 5 columns.&lt;br /&gt;
&lt;br /&gt;
So '''C''' is a '''two dimensional array.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:40&lt;br /&gt;
| Next, let us see about '''accessing''' individual '''elements''' in an array.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:45&lt;br /&gt;
|To access, the '''element''' 3 in '''array A''', we say, A of 2.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:51&lt;br /&gt;
|Type '''A '''''inside square brackets '''''2'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:56&lt;br /&gt;
|In '''Python, arrays''' are '''zero-indexed'''. &lt;br /&gt;
&lt;br /&gt;
This means, the position of the '''element''' starts with 0 instead of 1.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:06&lt;br /&gt;
| Now, let us access the '''element''' 14 from '''array C'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:11&lt;br /&gt;
|14 is in the third '''row''' and the fourth '''column'''.&lt;br /&gt;
&lt;br /&gt;
To do this, we say, C of 2,3.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:19&lt;br /&gt;
|Type '''C '''''inside square brackets '''''2 '''''comma''''' 3'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:24&lt;br /&gt;
| Next we will learn how to change the value of an '''array'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:29&lt;br /&gt;
|We shall now change 3 to -3 in A and 14 to -14 in C. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:37&lt;br /&gt;
|For this we simply assign the new value after accessing the '''element'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:43&lt;br /&gt;
|Type, '''A '''''inside square brackets '''''2 '''''is equal to minus '''3 '''''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:50&lt;br /&gt;
| Type, '''C '''''inside square brackets '''''2 '''''comma''''' 3 '''''is equal to minus '''''14'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:57&lt;br /&gt;
| Let us check our operations.&lt;br /&gt;
&lt;br /&gt;
Type '''A'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:03&lt;br /&gt;
| Type '''C'''&lt;br /&gt;
&lt;br /&gt;
You can see that the '''elements''' are changed now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:10&lt;br /&gt;
|Likewise you can change any single '''element''' in an '''array'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:15&lt;br /&gt;
| Next let us learn to change more than one '''elements''' at a time. &lt;br /&gt;
&lt;br /&gt;
First with '''rows '''and then with '''columns'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:24&lt;br /&gt;
|Let us access one '''row''' of C, say the third '''row'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:29&lt;br /&gt;
|Type '''C '''''inside square brackets '''''2'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:34&lt;br /&gt;
|We can see that the third row of the '''array''' is displayed now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:40&lt;br /&gt;
| '''Python programming''' supports '''negative indexing''' of '''arrays'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:45&lt;br /&gt;
|This means the index value of -1 gives the last element and -2 gives the second to last element of an array.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:56&lt;br /&gt;
| We can access the last '''row''' of C in 2 ways.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:01&lt;br /&gt;
|Type '''C '''''inside square brackets '''''4'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:06&lt;br /&gt;
| Or with '''negative indexing''' as''' C '''''inside square brackets minus '''''1'''&lt;br /&gt;
&lt;br /&gt;
Notice that both the outputs are same.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:17&lt;br /&gt;
| Now, we will learn to change the last '''row''' into all '''zeros.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:22&lt;br /&gt;
|Type '''C '''''inside square brackets minus ''1 is ''equal to''''' '''''inside square brackets 0 comma 0 comma 0 comma 0 comma 0''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:34&lt;br /&gt;
| Type''' C'''&lt;br /&gt;
&lt;br /&gt;
Notice that zeros are displayed in the last row of the '''array''' C.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:42&lt;br /&gt;
| We can also type,''' C '''''inside square brackets minus '''''1 '''''is equal to''''' 2.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:50&lt;br /&gt;
| Type C &lt;br /&gt;
&lt;br /&gt;
And check with the changes made.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:57&lt;br /&gt;
| Now let us learn to '''slice''' an '''array'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:00&lt;br /&gt;
|'''Slicing''' of an '''array''' is done to access parts of an '''array'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:05&lt;br /&gt;
|'''Slicing''' syntax is inside square brackets '''start colon stop.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:11&lt;br /&gt;
| '''Striding''' uses the ‘step’ value to jump between the '''elements''' in an '''array'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:17&lt;br /&gt;
|'''Striding''' syntax is inside square brackets '''start '''colon '''stop colon step.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:25&lt;br /&gt;
| Switch back to the '''terminal'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:28&lt;br /&gt;
| Type, '''C '''''inside square brackets '''''0 '''colon '''3 '''comma''' 2'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:34&lt;br /&gt;
|&lt;br /&gt;
0 and 3 corresponds to start and stop values for row '''slicing''' and 2 corresponds to column index.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:44&lt;br /&gt;
|We get the '''elements''' of '''rows indexed from 0 to 2 and column''' '''indexed''' by 2. &lt;br /&gt;
&lt;br /&gt;
Hence we have '''sliced''' the '''array'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:54&lt;br /&gt;
| Now we will access the '''elements''' of '''row''' with '''index''' 2, and first 2 columns.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:01&lt;br /&gt;
|Type '''C '''''inside square brackets '''''2''' comma''' 0 '''colon '''3'''&lt;br /&gt;
&lt;br /&gt;
2 corresponds to row index and 0 and 3 corresponds to start and stop values for column '''slicing'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:17&lt;br /&gt;
| Pause the video. Try this exercise and then resume the video.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:23&lt;br /&gt;
|Obtain the following '''elements''' one by one from '''array''' C.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:28&lt;br /&gt;
| Switch to the '''terminal''' for the solution. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:32&lt;br /&gt;
| Type '''C '''''inside square brackets '''''1 '''comma''' 1 '''colon '''3'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:39&lt;br /&gt;
|We get the '''elements''' 7 and 8.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:43&lt;br /&gt;
| Type '''C '''''inside square brackets '''''0 '''colon '''4 '''comma''' 0 '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:50&lt;br /&gt;
|We get the '''elements''' 1, 6, 11 and 16&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|07:55&lt;br /&gt;
| Type '''C '''''inside square brackets '''''1 '''colon '''5 '''comma''' 0'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:02&lt;br /&gt;
|We get the '''elements''' 6, 11, 16 and 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:07&lt;br /&gt;
| We can also get the same elements by typing '''C '''''inside square brackets '''''1 '''colon comma''' 0'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:16&lt;br /&gt;
| Pause the video. Try this exercise and then resume the video.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:22&lt;br /&gt;
|Obtain the '''elements''' [[8, 9], [13, -14]] from '''array''' C.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:28&lt;br /&gt;
| Switch to the '''terminal''' for the solution. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:31&lt;br /&gt;
| Type, '''C '''''inside square brackets '''''1 '''colon '''3 '''comma''' 2 '''colon '''4'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:39&lt;br /&gt;
|We got the required '''elements'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:42&lt;br /&gt;
| Next we will learn the idea of '''striding''' using the smaller '''array''' C. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:47&lt;br /&gt;
|We will try to access only the odd rows and columns i.e first, third and fifth.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:54&lt;br /&gt;
|Type, '''C '''''inside square brackets '''''0 '''colon '''5 '''colon '''2 '''comma''' 0 '''colon '''5 '''colon '''2'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:04&lt;br /&gt;
| We can also type '''C '''''inside square brackets colon colon '''''2 '''comma colon colon''' 2 '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:13&lt;br /&gt;
|We can see that only the odd rows and columns are displayed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:18&lt;br /&gt;
| The '''step''' 2 specifies the '''jump''' between the '''elements'''. &lt;br /&gt;
&lt;br /&gt;
This is called '''striding'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:26&lt;br /&gt;
|If no '''step''' is specified, a default value of 1 is assumed. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:32&lt;br /&gt;
|Type '''C '''''inside square brackets''''' 1 '''colon colon '''2 '''comma colon colon '''2 '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:41&lt;br /&gt;
|We get the '''elements''' as shown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:44&lt;br /&gt;
| Pause the video. Try this exercise and then resume the video.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:50&lt;br /&gt;
|Obtain the following '''elements''' from '''array''' C.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:54&lt;br /&gt;
| The solution is on your screen. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:57&lt;br /&gt;
| This brings us to the end of this tutorial. &lt;br /&gt;
&lt;br /&gt;
In this tutorial, we have learnt to, Manipulate '''single''' and '''multi''' '''dimensional''' '''arrays'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:08&lt;br /&gt;
| Access and change individual '''elements''' by using their '''index numbers.'''&lt;br /&gt;
|-&lt;br /&gt;
| 10:14&lt;br /&gt;
| Access and change '''rows''' and '''columns''' of arrays by specifying the '''row''' and '''column''' numbers. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:21&lt;br /&gt;
| '''Slice''' and '''stride''' on '''arrays'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:24&lt;br /&gt;
| Here are some self assessment questions for you to solve.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:28&lt;br /&gt;
| How do we access the '''element''' 18 from the given array A? &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:33&lt;br /&gt;
| How do we obtain the '''elements''' [[21, 22], [31, 32]] from the given '''array''' B?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:40&lt;br /&gt;
| And the answers,&lt;br /&gt;
 &lt;br /&gt;
First. The '''element''' 18 in '''array''' A has index number 2. Hence, we can access it as A of 2&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:50&lt;br /&gt;
| Second. To obtain the central four numbers in the '''array''' B, we say, B ''inside square brackets ''1 colon 3 comma 1 colon 3&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 11:01&lt;br /&gt;
| Please post your timed queries in this forum.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 11:05&lt;br /&gt;
| Please post your general queries on Python in this forum.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 11:10&lt;br /&gt;
| FOSSEE team coordinates the TBC project.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 11:14&lt;br /&gt;
| Spoken-tutorial is funded by NMEICT, MHRD, Govt. of India. &lt;br /&gt;
&lt;br /&gt;
For more details, visit this website.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|11:24&lt;br /&gt;
| This is Priya from IIT Bombay signing off. Thanks for watching.&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>PoojaMoolya</name></author>	</entry>

	</feed>