I was wondering why I’m getting the following output:
for x,y in zip([2,5],[4,3]): print(x) print(\'hello\') pr