Module Files as Namespaces
Qus. 1 : Which of the following creates a pattern object?
- re.create(str)
- re.regex(str)
- re.compile(str)
- re.assemble(str)
- re
- regex
- pyregex
- none of the mentioned
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