Computer Science, asked by ajaykommana143, 2 months ago

What is the output of following?
print([pq for p in 'q' for p in range(1,6)])​

Answers

Answered by simrankaur0010
0

Answer:

[pq for p in 'q 'for p in range (1,6)]

Explanation:

may be helpful to u all..

Similar questions