A. Fill in the blanks.
1. ............. construct is used in situations where a user can decide among
multiple conditions.
2. "if" statement must end with a ............... .
3. The statement X+=1 is equivalent to ..............
4. The statement 5%2 will evaluate to ............. and 5/2 will evaluate to.
............... .
5. ............... is used to exit Python shell.
Answers
Answered by
15
switch
end if
x=x+1
1, 2,5
break
Answered by
3
Answer:
1) switch
2) end if
Explanation:
hope it help you in these two question
Similar questions