Use print() statement can print multiple values on a single line(Find the sum)
1. a=8
b=7
Output
the sum of 8 and 7 is 15
2. x=15
y=20
Output
the sum of 15 and 20 is 35
3. Use print() statement can print multiple values on a single line
a="blue"
b="Red"
c="Green"
Output
the colors are blue Red and Green
4. i="one"
j="two"
k="three"
Output
the numbers are one two and three
Answers
Answered by
0
Answer:
threee mark as branlist and l8ke also
Similar questions