Ayush Srivastava

Results 3 comments of Ayush Srivastava

To fix this, store num1 when it is first received (using the on_input callback) and wait for num2 to arrive before performing the addition. Avoid while True loops; rely on...

What’s happening here is that when the first number is received from the terminal input or data, it’s consumed by the add-numbers function. By the time the second number, num2,...

Hi @vatsalkaushik, After reviewing the codebase related to the membership repurchase issue, I conducted a preliminary assessment and would recommend the following solution approach prior to implementation: The current prevention...