oli-mackay / Version-control

Part 3, task 1
0 stars 0 forks source link

rename multiplication.py function #3

Closed oli-mackay closed 6 hours ago

oli-mackay commented 6 hours ago

"Multiplication.py" has function named "times", causing issues with counters in for loops in other files. Rename this function to something more specific to its task.

oli-mackay commented 6 hours ago

Function renamed to "multiply".