111k views
2 votes
In python,_______ are used to define the conditions necessary for a while loop to run.

User Yanhao
by
5.3k points

2 Answers

4 votes

Answer:

sorry not sure

Step-by-step explanation:

User Pedroapero
by
4.8k points
1 vote

Answer:

Relational Operators

Step-by-step explanation:

We can make a while loop run only when some variable or whatever is relative to something else.

The valid operators are:

<, >, =, <=, >=, and =!

Hope this helped!

User Imotov
by
4.5k points