Question 1 Not yet answered Marked out of 1.00 p Flag question How many hashes (#) will the following code display in the output? 1st = list(range(1, 31, 2)) for r in range(len(1st)): for c in range(len(1st)): if Ist[c] % 2 != 0: print("#") O a. 15 O b. None of the given options. O c. 225 O d. 105 e. 45
没有找到相关结果