Computer Science, asked by Subbusekar2020, 4 months ago

predict the out put marks=70 .print ( marks)​

Answers

Answered by anindyaadhikari13
2

Question:-

Predict the output of the following code.

Answer:-

Given code,

marks=70

print(marks)

The value of marks is 70. Marks get printed.

So,

output:-

70

Similar questions