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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1134,7 +1134,8 @@ Hashlib
1134
1134
1135
1135
Itertools
1136
1136
---------
1137
-
**Every function returns an iterator and can accept any collection and/or iterator. If you want to print the iterator, you need to pass it to the list() function!**
1137
+
***Every function returns an iterator and can accept any collection and/or iterator.**
1138
+
***If you want to print the iterator, you need to pass it to the list() function!**
1138
1139
1139
1140
```python
1140
1141
from itertools import*
@@ -1708,11 +1709,10 @@ NumPy
1708
1709
import numpy as np
1709
1710
```
1710
1711
1711
-
**Shape is a tuple of ints, representing sizes of array's dimensions.**
0 commit comments