Computer Science, asked by Anonymous, 1 month ago

Hey ! Please help me out !
Spot the error in the program and rectify it. [Please see the attached image for question.]

» Programming Language : Python

Thanks in Advance ! :)

Attachments:

Answers

Answered by atrs7391
2

The error is actually nothing, you just forgot to give commas on Line 4

a = 8

b = 6

c = 8 + 6

print("The sum of", a, "and", b, "is", c)

Similar questions