Computer Science, asked by khalidparvez194, 2 months ago

what is use of if statement in python

Answers

Answered by Rjam4
0

Answer:

The use of if statement in python is that it :

  • In a statement condition are put.
  • Then loop runs until and unless the condition gets fulfilled.
  • When condition gets fulfilled, the loop automatically stops running.

Hope it will help you .

Similar questions