Computer Science, asked by milankush, 8 months ago

plsssssss helppp
urgent *cries*

FIND THE ERROR IN FOLLOWING CODE :-

a,b,c=2,8,9 1

c,b,a+a,b,c

print (a ; b ; c)

Answers

Answered by Anonymous
0

Answer:

=982+289

OUTPUT:::::

2;8;9

Explanation:

MARK AS BRAINLIEST ANSWER AND FOLLOW ME.

Answered by alisays
1
In the last statement while print is use for output but opening brackets are placed wrong it needs three print statements while all are separate with separate variables syntax error
Similar questions