Computer Science, asked by maitri85, 6 months ago

Write the output for the following:
X = 5
y = "John"
print (x)
print (y)​

Answers

Answered by Rajeshwari31
0

Answer:

5

John

Explanation:

only possible if both x and y are in capital letters

Similar questions