Observe the following Python functions/constants and write the name(s) of the module(s) to which they belong: a. ascii_uppercase( ) b. compile( ) c. uniform( ) d. pi
Please Answer Fast Online Exam is Onn
Answers
Answered by
1
Modules names:
- string
- re
- random
- math
Usage:
- from string import ascii_uppercase
- from re import compile
- from random import uniform
- from math import pi
Answered by
0
Answer:
Modules names:
string
re
random
math
\huge\blue{\mid{\fbox{\tt{Explanation}}\mid}}∣
Explanation
∣
Usage:
from string import ascii_uppercase
from re import compile
from random import uniform
from math import p
Similar questions