1) What are the values that the variable num contains through the iterations of the following for loop? (10 pts) write t
Posted: Fri Apr 29, 2022 7:13 am
1) What are the values that the variable num contains through the iterations of the following for loop? (10 pts) write the bow below for num in range(2, 9, 2): II) What will be displayed after the following code executes? (10 pts) write your answer to the box below mystr = 'yes' yourstr='no' mystr += yourstr. 2 print(mystr) What will be assigned to the variable some_nums after the following code executes? (10 p Write your answer to the box below special = "9571483620 some_nums = special[3:6) - (168)