Generation

generate functionMon, 14 Nov 2022

print the name of japan's prime minster

def helloPrimeMinster(name): print("Hello {}".format(name)) helloPrimeMinster("Shinzo Abe")

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