#I'm stuck on the first task

1 messages · Page 1 of 1 (latest)

urban wedge
#

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

That's what it was originally
I need to write Hello World

def hello():
return 'Goodbye, Mars!'
print ("Hello world. " + hello())

I wrote so, but for some reason it's not right, although everything works in vscode, I don't understand what they want from me

#

I'm stuck on the first task

queen mulch
#

did you watch the introduction video? it told you what you should do

urban wedge
#

Yes, I looked, but I'm probably stupid and didn't understand, he said to change one line

queen mulch
#

yes, he said change one line, actually just one phrase
what you did is you added a whole other line print

#

so think about it carefully again. if the test is expecting "Hello, World!"
do you have something that similar in nature in the code that could be changed

fast nightBOT
#

Hi!
This first exercise is meant to help you understand how Exercism works. Did you watch the video on the Hello World page? In it Jeremy explains what you need to do to solve this exercise. You can reset the code by clicking on the three horizontal dots ··· at the upper right corner of the website. If that does not help, please post your code and the error messages on a #get-help thread (or, this thread if this is inside #get-help) using code blocks.