Computer Science, asked by BishalSarkar01, 1 month ago

What will be the output of the following Python code?

x = "abcdef" i = "i" while i in x: print(i, end=" ")​

Answers

Answered by Matrix7777
1

Answer:

Loops over the keys and prints the values. 6.

Answered by hemantsethi212
0

Answer:

it does not have any proper output

Explanation:

hope this helps and plz mark as brainliest

Similar questions