Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 12
Computer Science
Practice Paper
Question 15
CBSE
Class 12
Computer Science
Question 15 of 43
Practice Paper — Question 15
Back to all questions
15
Question
Question 15
Write the output of the following code:
for
i
in
range
(
5
):
print
(
i
)
Answer
Output
0 1 2 3 4
Previous
Question 14
Next
Question 16