File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Python
22
A repository for useful small tasks implemented in python
33

4-
1. Finding a list of strings in another list of strings without using for-loops (vectorized) [vectorized-finding-a-list-of-strings-in-another-list-of-strings.ipynb]
4+
1. Finding a **list of strings** in another **list of strings** without using for-loops (**vectorized**) [vectorized-finding-a-list-of-strings-in-another-list-of-strings.ipynb]
5+
6+
2. Storing n x n Multiplication table in a file; n, file_name (f) and verbose (v) are **arguments** of this program [parsing-cmd-arguments.py]

0 commit comments

Comments
 (0)