R
Q. Which of the following is correct output of this program?
1. a = 1 2. while True: 3. if a % 7 = = 0: 4. break 5. print(a) 6. a += 1
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. What will be the output of the following code snippet?
Q. Which of the following is not the part of python programming?
Q. Which of these in not a core datatype?
Q. The model will be trained with data in one single batch is known as?
Q. What will be the result of following Python code snippet after execution?
Q. Which of the following instructions will work without error?
Q. What type of data is: arr = [(1,1),(2,2),(3,3)]?
Q. What is the output of the following code :
Q. Which of the following is the correct syntax for a while loop in Python?
Discusssion
Login to discuss.