You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: APIScripts/URLShortener API/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ In make_tiny(url) function encoding of url and appending it to API is done and t
15
15
16
16
## Library imported :
17
17
18
-
\_\_future\_\_ ~ is a pseudo-module which programmers can use to enable new language features which are not compatible with the current interpreter.
19
-
contextlib ~ defines ContextManager class whose object properly manages the resources within a program. The file object supports ContextManager API.
20
-
urlib ~ It is a package that collects several modules for working with URLs.
21
-
sys ~ provides various functions and variables that are used to manipulate different parts of the Python runtime environment.
18
+
**\_\_future\_\_** ~ is a pseudo-module which programmers can use to enable new language features which are not compatible with the current interpreter.
19
+
**contextlib** ~ defines ContextManager class whose object properly manages the resources within a program. The file object supports ContextManager API.
20
+
**urlib** ~ It is a package that collects several modules for working with URLs.
21
+
**sys** ~ provides various functions and variables that are used to manipulate different parts of the Python runtime environment.
0 commit comments