6. Loops# This chapter introduces you to loops. Loops are used to repeat instructions. 6.1. for/while loop 6.2. For Loop Exercises 6.3. While Loop Exercises 6.4. Write a program that takes an integer number and outputs all the even numbers starting from 0 to the number 6.5. Modifying Loop Exercises 6.6. List/Tuple Comprehension 6.7. Additional Exercises Supporting files ex3_data.txt for_ex7_data1.txt for_ex7_data2.txt for_ex7_data3.txt for_ex11_data.txt modify_loop_ex3_data.txt people.tsv soccer_player_statistics.csv soccer_player_statistics_alt.tsv