Skip to content

Product of Two Integers

Andrew Burke edited this page Apr 3, 2024 · 7 revisions
def product(a, b):
	return a * b
Clone this wiki locally