q1 input
0

Hi! What's the format of input for question1 (Highest Mountain)

Replies (1)
Sort by:

specified in the problem description

We keep getting the error message "Your code didn't print anthing", while the code works fine in our Jupter notebook.

Could you explain why that may be the case?

answer should be printed to standard output.

We already used standard output in Python 3 : print()

The problem still exists. What should we do?

?