+ 1
What is the format supposed to be for the code coach problems?
I'm getting that my code isn't returning anything but when I run it on my ide it works fine. Are we supposed to print the result or call the function as well or create an input prompt for the test cases to run?
3 odpowiedzi
+ 2
You need to create input prompt as required by the problem and then do your work with that and just only print the resultend output
+ 1
oh i see ok ill try that
0
thank you