#8 def first_three_character(y= ""): # enter as many characters as you can ! return(y[0:3]) #example first_three_character("dynasty")