We’re preparing your current view and syncing the latest data.
Write a function named 'hello' that takes no arguments and returns the string 'Hello World!'. This is a simple exercise to familiarize with function declaration and return statements.
No input is required.
Return a string 'Hello World!'.
None.
Example 1
Input
Output
"Hello World!"
Explanation
Calling the function hello() should return the string 'Hello World!'.