Page 1 of 1

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
by answerhappygod
1 What Are The Values That The Variable Num Contains Through The Iterations Of The Following For Loop 10 Pts Write T 1
1 What Are The Values That The Variable Num Contains Through The Iterations Of The Following For Loop 10 Pts Write T 1 (24.69 KiB) Viewed 37 times
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)