Python keywords can be used as variable names.
2 Likes
False
Reason — Python keywords should not be used as variable names.
Answered By
1 Like
In a Python code, you can start a new statement from anywhere.
In a tuple, you can change the elements after defining them.
Python has separate operator for integer division.
The '+' operator can be used for string concatenation.