Hello,
Can anyone please explain why the output calls the Evaluation statement before printing the series?
And what is the process to print the evaluation at the end?
Thank you.
----------------------------------------------
Output image-
Can anyone please explain why the output calls the Evaluation statement before printing the series?
And what is the process to print the evaluation at the end?
Thank you.

----------------------------------------------
i=2000 while i <= 2100: i= i + 10 print(i) if i == 2100: print('task complete')----------------------------------------------
Output image-
Gribouillis write Sep-17-2023, 07:13 AM:
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.