Write a single Python statement to assign a and b variables with values 10 and 15 respectively
Answers
Answered by
3
Answer:
x,y=10=15
print(x)
print(y)
Explanation:
hope it will help
Similar questions