Log in | |
Track your progress |
Progress: Problem 1 of 13
Email Address: | Register |
Reset Password |
||
Password: | Log in |
What does this code print?
for x in range(4): print("Hello")
The word Hello 4 times
Nothing, it won't run
The word Hello 3 times
It will print nothing
It will print Hello forever
The word Hello 5 times
Check Answer
Next