Scope of objects and Names
Qus. 1 : Choose the correct option with respect to Python.
- Both tuples and lists are immutable
- Tuples are immutable while lists are mutable
- Both tuples and lists are mutable
- Tuples are mutable while lists are immutable
- Low, Enclosing, Global and Built-in
- Local, Enclosing, Global and Built-in
- Local, Ending, Global and Built-in
- Light, Emitting, Global and Built-in
Programs
python program to generate 3 random integers between 100 and 999 which is divisible by 5
python program to generate 6 digit random secure OTP between 100000 to 999999
python program to generate 6 random numbers and then print their mean median and mode
python program to print the calendar of given month and year
python program to print the calendar of given year
Write a function that prints the current date and time in a formatted way ("Year-Month-Day Hour : Minute)