Missing the Big Sweat Globs on account of focus on the Small Stuff in them
The two previous posts (here) and (here) did not go as planned. Too much caught in the details (in the weeds) and then no time or energy for pointing out the big picture --or more correctly answering the subsuming question, which is: Why would I want to skip some of the tutorial exercises in my "Learn or Review List Methods" Python program in the first place? By the way, it worked. I converted the first tutorial into a function and put in a conditional return based on one of the items in my skip_diz list. Here is part of the code: TO BE CONTINUED def choice_of_die_outcomes(method_ID_numb, method_name, verb, skip_diz_list_a): #-- last arg is a skip control if skip_diz_list_a[method_ID_numb] == 1: print(f'method number {method_ID_numb} has been skipped\n') return None #--skip this tutorial if skip position for tutorial 01 is set to 1 face_imgs_row1 = ['🤬', '🧐', '🤓🤓', '😲...