Computer Science, asked by dwivedisimran85, 7 months ago

Which Python libraries/modules need to be imported to use following
functions?
i str() ii. factorial)

Answers

Answered by SASHANKSAHIL
1

Answer:

Dear there no module for str and factorial

str is keyword called string, so you can use it without importing

and factorial is an identifier, so you can use it, and it won't get imported

Similar questions