Class Name: Backend Development Online Courses
Class Session: Statements & Conditionals
Total Questions: 3 | Duration: 3 Mins
1) Output of following Loop with continue statement: for x in range(6): if (x == 3 or x==6): continue print(x,end=' ') print("\n")
2) Select the correct statement for A = circle()?
3) Select the correct statements: A. A reference variable is an object. B. A reference variable refers to an object. C. An object may contain other objects. D. An object can contain the references to other objects