i want to know the python code for this problem
Simple input problem
Hey @Kairavi27, I request you to go through the solution yourself first ! I can explain you the concept if you want or give you hints on how to proceed ! If you think you don’t understand anything then, feel free to raise a new doubt on the portal anytime 
I hope this helps !
Happy Learning 
yes sure ! It would mean alot if you will help me understanding this
I did go through the solution only and then tried contacting for doubts !
Okay so in this question you have to keep inputting numbers from the user and stop processing input after the cumulative sum of all the input becomes negative. So just use a while loop to take input from the user infinitely, and keep adding the numbers till the sum becomes negative. Once the sum becomes negative, just break the while loop and print all the numbers till the sum was positive 
That’s it. I hope you are able to understand it in the best way ! 
Happy coding 
I tried to solve it but can you please check again
Yes please provide me with the link to your code. Only then will I be able to check it 
Thanks ! 
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.