MCQ
पाइथन कोड का उत्तर क्या होगा ?
$\begin{array}{l} i =0 \\ \text { while } i <3 \text { : } \\ \text { print }( i ) \\ i +=1 \\ \text { else: } \\ \text { print }(0)\end{array}$
$\begin{array}{l} i =0 \\ \text { while } i <3 \text { : } \\ \text { print }( i ) \\ i +=1 \\ \text { else: } \\ \text { print }(0)\end{array}$
- A01230
- B0120
- C012
- Derror