Back
String Operations
Easy
00:00
Python
JavaScript
TypeScript
Java
C++ 23
Reset
Run
Submit
Level
L
1
Level
L
2
Level
L
3
Guide
Submissions
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