-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
EssentialsContent for the "essentials" courseContent for the "essentials" course
Description
The functions exercise asks to write a function that prints the first five characters of the name of the passed argument. However, we then print the full name, and not just the first 5 characters. Also the solution prints the entire name.
We should either fix the solution to just print the first 5 characters, or fix the exercise to just print the name.
Metadata
Metadata
Assignees
Labels
EssentialsContent for the "essentials" courseContent for the "essentials" course