Help with Hello World

Hi, there.
I am having same problem. Should i just give up? I tried every possible option, everything is wrong. I was hoping to learn something, but its been over a week and i cant find solution so this simple task. Its driving me crazy…
What do i do wrong?

def hello()
return 'Hello,World!'

That isn’t valid Python syntax. Click the three horizontal dots in the top right of the editor window and click “Revert to exercise start”. That’ll restore your code back to the starting place (see below). I’d recommend watching the introductory video in the instructions as it goes over what needs to be done.

def hello():
    return 'Goodbye, Mars!'
1 Like

A post was split to a new topic: Hello world help

hey suenna , try this
(Removed by moderator)

Minding about the indentation might turn useful here… Look! There is a function being defined above! Try to connect the dots now ;)