No out in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

No out in python

Hi im new bee in python when generate a code then the out put says ‘no output’ mean’s program is not functionable? https://sololearn.com/discuss/2209171/?ref=app

30th Sep 2023, 7:11 PM
john ri sumalpong
4 Answers
+ 3
john ri sumalpong The message, "no output", could indicate that the code has no print statement. If there is a print statement, then the message could indicate that the logic caused execution to bypass the statement. If the logic is good, then maybe the program is taking too long to run and Sololearn ends the execution due to time limit exceeded. It is hard to tell without seeing your code. The link that you posted goes to another member's Q&A post. Please add a link to your code.
30th Sep 2023, 7:45 PM
Brian
Brian - avatar
+ 6
john ri sumalpong , > to see what your issue is, please show your code here. put the code in playground and save it there. create a link to your code and post it here. > please do not attach any code that has no relation to your post.
30th Sep 2023, 7:17 PM
Lothar
Lothar - avatar
+ 1
Thank you for all of your response now i understand why 😊😍
1st Oct 2023, 1:53 AM
john ri sumalpong
0
john ri sumalpong , The message "No output." tells you that the program does not output anything, OR the output contains only (white)spaces. But there are some situations where the solution/logic of your code takes too long to finish, it will also output "No output.' and end the program, due to time limit exceeded(However, you can make the code run as long as you want in your IDE).
1st Oct 2023, 12:28 AM
Dragon RB
Dragon RB - avatar