def multiply(a, b):
return a * b
result = multiply(5, 4)
print(f"Multiplication result: {result}")
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter