Challenge: Writing First Function
Task
Swipe to start coding
You are writing a simple function to generate a personalized greeting.
- Define a function called
greetingthat takes a parameter calledname. - The function should return a greeting in the format:
"Hello, name!". - Use the
returnstatement to ensure the function outputs the correct result.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 6. ChapterΒ 4
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.67
Challenge: Writing First Function
Swipe to show menu
Task
Swipe to start coding
You are writing a simple function to generate a personalized greeting.
- Define a function called
greetingthat takes a parameter calledname. - The function should return a greeting in the format:
"Hello, name!". - Use the
returnstatement to ensure the function outputs the correct result.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 6. ChapterΒ 4
single