What will be the output of the following Python code? x = “abcdef” i = “a” while i in x: print(‘i’, end = “ ”)

Question: What will be the output of the following Python code?

x = “abcdef” 

i = “a” 

while i in x: 

    print(‘i’, end = “ ”)


(a) No output 

(b) i i i i i i ... 

(c) a a a a a a... 

(d) a b c d e 

Ans: (b) i i i i i i ... 

Here i i i i i i ... printed continuously because as the value of i or x is not changing, the condition will always evaluate to True. But also here we use a quotation marks on “i”, so here i treated as a string, not like a variable.

Comments

Popular posts from this blog

KVS CBSE Worksheets CHAPTER 1 Electric Charges and Fields Class 12

Marathon

Important Multiple Choice Questions of physics || Class 11 ||

Khelo India Program || Physical education Chapter 1 Class 11 || Changing trends and career in physical education ||

Distinction between Electromagnetic Waves and Matter Waves