InterviewSolution
Saved Bookmarks
| 1. |
Identify and write the name of the module to which the following functions belong:i. ceil( ) ii. findall() |
|
Answer» i. ceil( ) - math module ii. findall( ) – re module |
|