Monday, April 22, 2024

📑 Continue and Pass

📑 Task

1) Will the code print two identical lines?
2) How can you modify the code to avoid using external variables when
loading a string argument into the function exec()?

📑 Answer

1) The lines will be different:
- in the second case, the program will not perform any actions when i = 0,
- in the first case, it will skip this iteration
2)

No comments:

Post a Comment