open_in_new
content_copy
a = 5 b = 4 def multiply(): return a * b print(multiply())