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)
a)8 b)13 c)18 d)10
height=3
row = 0
while row<>
count = 0
while count < height="" -="">
print(end=" ")
count += 1
while count <>
print(end="*")
print()
row += 1
A) B) C) D)
* **** * ****
** *** ** ***
*** ** *** **
**** * **** *
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here