Computer Science, asked by xtylishprincecoc, 5 months ago

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 jai696
1

\huge\red{\mid{\fbox{\tt{ANSWER}}\mid}}

Modules names:

  1. string
  2. re
  3. random
  4. math

\huge\blue{\mid{\fbox{\tt{Explanation}}\mid}}

Usage:

  1. from string import ascii_uppercase
  2. from re import compile
  3. from random import uniform
  4. from math import pi

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by Japji21
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