Answer:
you can go to settings and try to fix it or contact the people of this website
Explanation:
Answer:
The <em>break</em> keyword is how you interrupt a while loop.
the syntax looks like this ↓
Python ↓
while <em>true</em>:
<em>break</em>
Java script ↓
while (<em>true</em>);
<em>break</em>
I've included my code in the picture below. Best of luck.
Answer:
answer is Set of information gathered together