Generation

generate functionSun, 13 Nov 2022

add gerick to the product of the two arguments

def gerick(a, b): return "Gerick" + str(a * b) gerick(1, 2)

Want to kickstart your project?Use the new AI Studio to create your code