Assignment 2
[Link] program to find factorial of a number.
[Link] the help of program describe pass Statement.
[Link] the help of example describe following loops:
i)While II)for III)if iv)break
[Link] is String ? How to declare it?Explain With example
[Link] is nested loop?How to use it in program.
[Link] built-in string method with example
Assignment 3
[Link] is List ? How to create it? Explain with example.
[Link] is recursion ?Explain recursive Functions With example.
[Link] is Stack Diagram? Explain with example.
[Link] set union and intersection with example.
[Link] the use of filter(),map(),and reduce() function
[Link] is difference between call by value & call by reference?
[Link] are the usage of dictionary copy(),get(),items() & key() method?
Assignment 4
[Link] the use of seek() and tell() function.
[Link] is the difference between exception and syntax error?
[Link] is user defined function? Explain with example.
[Link] is module ?how to create and exploring it? Explain with example.
[Link] is file ?How to read and write to a file?