Python has separate operator for integer division.
2 Likes
True
Reason — Python has a separate operator for integer division called the floor division operator (//).
//
Answered By
3 Likes
In a tuple, you can change the elements after defining them.
Python keywords can be used as variable names.
The '+' operator can be used for string concatenation.
In Python, a variable name can consist of letters, digits, and underscore.