Computer Science, asked by shooterap2003, 1 year ago

Write a single Python statement to assign a and b variables with values 10 and 15 respectively ​

Answers

Answered by charlie1505
3

Answer:

x,y=10=15

print(x)

print(y)

Explanation:

hope it will help

Similar questions