String Operations
00:00

Description

Implement `greet(name)` that returns 'Hello, ' followed by the name.

Example Test Case

Example 1

greet
Input
'Alice'
Expected Output
'Hello, Alice'
Loading...
Test Results
Run your code to see the results