Computer Science, asked by piyushsawariya000, 3 days ago

Write the output of Python program. X=10 if (X>5): Print (“yes”)​

Answers

Answered by routsuka1985
1

Answer:

In first step x is initialised by 5 in second step it is incremented by 5 and in third step we are going to print the value of x is 20

Similar questions