Which Python libraries/modules need to be imported to use following
functions?
i str() ii. factorial)
Answers
Answered by
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