Ask your own question, for FREE!
Computer Science 24 Online
OpenStudy (anonymous):

could someone please help me convert this for loop into a while loop these are practice questions but i am so lost in how to do this. there are two for loops that needs to be converted and one while loop that needs to be converted to for loop which is number 3 1) for elt in string_list: if elt.is_upp(): lower_list.append(elt.lower()) 2) ret_list = [] for i in range (2, end, 4): ret_list.append(i) if '*' in in_list[i]: ret_list[-1] = ret_list[-1]**2 3) j=0 while i<15: if string_list[j] ='***':

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!