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

匿名用户 最后更新于 2021-12-01 19:36 计算机类Computing


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

已邀请: