Files
prep-work/1- python/4-while-loops/multiply.py
Kenneth Mendonca 57cb3981a0 Start with Python
2015-07-22 16:44:07 -04:00

3 lines
43 B
Python

def multiplication_table(number):
pass