Computer Science, asked by neeru9819, 1 year ago

Write the output for the following code of statements:
a-10
b-20
са
a=b
b-
print(a)
print (b)​

Answers

Answered by SwayamTakkamore
1

Answer:

It can get an error because of "b-"

Answered by adityaraaz369
2

answer

output=

a=20

b=19 ....................

Similar questions