sumx=0 for x in range(10, 7,-1): sumx +=x print(sumx) What is the result? a)17 b)27 c)34 d)1 n = 3 while n



sumx=0



for x in range(10, 7,-1):



    sumx  +=x



print(sumx)


What is the result?


a)17   b)27   c)34   d)1



n = 3



while n <>



    n += 5



print(n)


What is the result?


a)8   b)13   c)18   d)10



height=3



row = 0




while row<>



    count = 0



    while count < height="" -="">



        print(end=" ")



        count += 1



    count = 0



    while count <>



        print(end="*")



        count += 1



    print()



    row += 1


What is the result?



A)           B)             C)            D)


   * ****    * ****


  ** *** ** ***


 *** ** ***   **


**** * ****   *




Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here