Computer Science, asked by s11396shivanshu10571, 1 month ago

What is the output of the following?dry = {0: 'a', 1: 'b', 2: 'c'} for x, y in dry. items(): print(x, y, end = ' ')​

Answers

Answered by bcsharma1945
6

Answer:

output: end=a,b,c

Explanation:

PLEASE MARK ME AS THE BRAINLIEST

Similar questions