Code Execution
Python

Hello World Exercise

Write a Python function that returns "Hello, World!"

Instructions

Write a function called hello() that returns the string "Hello, World!"

Test Cases

1 tests
Test 1

Function should return "Hello, World!"

Input None
Expected Hello, World!
main.python
Time limit: 10s
Lines: 1 | Characters: 0

Exercise Info

Type Code Execution
Difficulty
Points 10
Time Limit 10s

Hints

Click "Get Hint" to reveal helpful tips for solving this exercise.