Cody Bable

Generation

generate functionThu, 04 May 2023

create a function to print set of data in alphabetical order

def alphabetical(str): return sorted(str) alphabetical("mango")

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