+ 1
the string function is not working
the string function is not working...it's showing no output for the given example
2 Answers
+ 11
Can you show the code so we may better help?
+ 3
Looks like you've just started the course. Are you putting the '>>>' characters in your code like in the examples? If you are it won't work, they are just to show that the line is code.
Or perhaps you've just entered the String without 'print()', that doesn't do anything.
Just enter like:
print('Hello world!')
print('Hello world!')
print('Spam and eggs...')