Generation

generate functionSat, 25 Mar 2023

make a python program that repeats everything i say

def repeat(string, count): return string * count repeat('hello', 4)

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