Skip to content

Chewbacca2510/multiplication.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

Repository files navigation

def mul(a,b): answer = axb return (answer)

print (mul(4,12)) #expected outcome is 48

Releases

No releases published

Packages

No packages published