📑 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)