FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following structures is NOT available in Python?
A
For structure
B
While loop
C
Repeat ____ Until
D
None of the above
Explanation: 

Detailed explanation-1: -Which of the following is not used as loop in Python? Explanation: do-while loop is not used as loop in Python.

Detailed explanation-2: -Pointers as a concept is not a part of Python.

Detailed explanation-3: -The three types of loops in Python programming are while loop, for loop, and nested loops.

Detailed explanation-4: -There are two types of loops in Python, for and while.

There is 1 question to complete.