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")

Questions about programming?Chat with your personal AI assistant