Computer Science, asked by Eren1234yeager, 6 hours ago

which of the following is not a valid keyword of python associated with a loop ?
a. Continue
b. Check
c. Range
d. Break





Answers

Answered by raushankumar82715785
4

So declaring a variable can be the same as python, but with the keyword 'var' making it clear that this is a declaration, not the reuse of an existing variable. ... However, a 'val' just means that 'variable' (or value) will always reference the same object, it does not ensure that object will not change

Answered by as9601166
4

Answer:

a) Continue

Explanation:

please mark me as brainliest

Similar questions