Python - Data Types as Values
Given
text = ' Python 3.12 ', which code removes spaces only from the right side?text = ' Python 3.12 ', which code removes spaces only from the right side?rstrip() removes spaces on the right, lstrip() on the left, and strip() on both sides.rstrip().15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions