File tree

1 file changed

+1
-1
lines changed

1 file changed

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

44
**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*]
55

6-
**2.** Storing *n* x *n* $n$ Multiplication table in a file; `n`, `file_name` (`f`) and `verbose` (`v`) are **arguments** of this program [*parsing-cmd-arguments.py*]
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)