Checkpoint 4.17.1.
Write one for loop to print out each character of the string
my_str
on a separate line.my_str
on a separate line.several_things
. Then, write another for loop to print out the TYPE of each element of the list several_things
. To complete this problem you should have written two different for loops, each of which iterates over the list several_things
, but each of those 2 for loops should have a different result.str_list
..speed(10)
for the turtle to draw fast, or .speed(0)
for it to draw super fast with no animation.)original_str
using the accumulation pattern and assign the answer to a variable num_chars
. Do NOT use the len
function to solve the problem (if you use it while you are working on this problem, comment it out afterward!)nums
. Do not hard code the list.Given the following output, frame, and arrow indicators, what happens in the next step?