I am confused with how does the loop work for this code ? I am learning python first time. can someone show me each loop iteration ?
a = 0 for i in range(5): a = a +