Python Important questions:-
A. Write a program, Value enter by the user using args and kwargs.
B. Difference Between args and kwargs.
C. What is recursion?
D. Write the application using recursion.
E. Write the calculator using 5 methods.
F. What is module?
G. What are Variables in Modules?
H. When should you reload a module?
I. What is the purpose of time delta class in datetime module?
J. How to add or subtract days?
K. What function is used to get current date and time?
L. Write a python statement to create specifies date and time for 25 December 2024,10:30:45.
M. What is exception handling in Python?
N. Difference between exception and syntax error?
O. Explain the use of try block, except block, finally block ,else block or raise statement
P. What happens if an exception occurs inside the try block but will not handled in except block
Q. What is module, package, libraries.
R. Differentiate between module, Package and libraries.
S. Time Module and its function.
T. Using Calendar Module insert your DOB and reflect your age.
U. Using time module set alarm and insert beep.
V. Write a program to check for a leap year.
W. Print Fibonacci series.
X. Reverse a string using slicing.
Y. Check palindrome number
Z. Differentiate between built in and user defined function.
AA. Structure of python package
BB. What is _init_.py and why it is important in package