0
Code coaches
How tf U code in the code coaches I tried functions with return values I tried calling those functions with a loop I tried individually printing the result of my function for each test case Nothing works
6 Antworten
+ 2
you have to use print to display your final result.
Don't add any unnecessary words to it and print it in the way the code coach expects the result to be.
+ 1
Show you’re code
+ 1
advanced gamers without knowing exactly what language you are using and not seeing your code we have no way of helping you.
In short, an hour wasted on looking for an answer without providing the community with anything that could help you.
Maybe this thread can help you maximize your chances of getting help.
https://www.sololearn.com/discuss/333866/?ref=app
0
i dont know what is your problem exactly 🤔
0
I'm using a function in my code that has a return value but when I run the code through the test cases it keeps saying no output
0
What programming language did you use for that?