21.
In a Python expression, when conversion of a value’s data type is done automatically by the compiler without programmer’s intervention, it is called _______ conversion.
22.
The explicit conversion of an operand to a specific type is called ________ .
23.
The _____ statement is an empty statement in Python.
24.
A _____ statement skips the rest of the loop and jumps over to the statement following the loop.
25.
The _______ statement skips the rest of the loop statements and causes the next iteration of the loop to take place.