The Joy of Computing using Python - Course Assignment-1
The Joy of Computing using Python - Course Assignment-1
(https://swayam.gov.in) (https://swayam.gov.in/nc_details/NPTEL)
Course outline
About NPTEL ()
Week 1 ()
Week 2 ()
Week 3 ()
week 4 ()
Week 5 ()
Week 6 ()
Text Transcripts ()
Download Videos ()
Books ()
Example :
Input :
The quick brown fox jumped over the lazy dog. The quick fox jumped over
the dog."
Output:
the: 3
quick: 2
brown: 1
fox: 2
jumped: 2
over: 2
lazy: 1
dog: 2
there: 1
is: 1
always: 1
Test Case one: 1
There is always one more bug to fix
1 more: 1
bug: 1
to: 1
fix: 1
a: 2
b: 3
z: 2
c: 1
Test Case
a a b b z b z c d e f y l d: 1
3
e: 1
f: 1
y: 1
l: 1