This project is maintained by MaramhMohammad
OPERATORS Expressions rely on things called operators; they allow programmers to create a single value from one or more values.
for loop provides a concise way of writing the loop structure. Unlike a while loop
while loop: A while loop is a control flow statement that allows code to be executed repeatedly based on a given Boolean condition.