Skip to content

Commit b804ca0

Browse files
authored
Update BasicOfModule.md
1 parent ec0b6a7 commit b804ca0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Module/BasicOfModule.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ print(help(platform))
114114
```
115115

116116
Output:
117-
````
117+
```
118118
Help on module platform:
119119
120120
NAME
@@ -156,6 +156,7 @@ FILE
156156
None
157157
```
158158

159+
159160
### 2.dir()
160161
- To simply list the names of all the functions and variables defined in the module.
161162

0 commit comments

Comments
 (0)