Generation

generate functionMon, 24 Jul 2023

juego ping pon

def ping_pon(a): if(a%3 == 0): return "ping" if(a%5 == 0): return "pon" return "nil"

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