how to put solution?
Hi I am new here.
Once I got to the puzzle 0 - http://www.pythonchallenge.com/pc/def/0.html and i changed the url to http://www.pythonchallenge.com/pcc/def/0.html, then I see that I am permitted to see solution for level 1. Following the hyperlink there, I got on to the page which shows
*** removed ***
Then what do go from there to the next puzzle? More specifically, how do I enter my python code for the puzzle? e.g. for puzzle 0 , it ask for *** removed *** and answer is *** removed ***. So I suppose that I need to write a simple python function like below:
def puzzle0():
print('*** removed ***')
How do I put my python code as a solution to this puzzle, for example?
Thanks.
Once I got to the puzzle 0 - http://www.pythonchallenge.com/pc/def/0.html and i changed the url to http://www.pythonchallenge.com/pcc/def/0.html, then I see that I am permitted to see solution for level 1. Following the hyperlink there, I got on to the page which shows
*** removed ***
Then what do go from there to the next puzzle? More specifically, how do I enter my python code for the puzzle? e.g. for puzzle 0 , it ask for *** removed *** and answer is *** removed ***. So I suppose that I need to write a simple python function like below:
def puzzle0():
print('*** removed ***')
How do I put my python code as a solution to this puzzle, for example?
Thanks.

