fix invalid codeWed, 30 Nov 2022

def random_string a = ('a'..'z').to_a a.shuffle![1..6].join put a end random_string()

def random_string a = ('a'..'z').to_a a.shuffle![1..6].join puts a end random_string()

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