Does the while loop test its condition before or after it performs an iteration?
How many times will 'Hello World' be printed in the following program?
count = 10
while count
print('Hello World')
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here