Answer is C.
If you want your window to be completely inflexible and stiff, you’ll make use of the method named resizable(). It uses two parameters named width and height, but they accept Boolean values, not integer values. Their meaning is:
True – the user can change this dimension;
False – the user can’t change this dimension.
Setting both arguments to False will stiffen your window completely.
window.resizable(width=False, height=False)
upvoted 4 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Moneybing
1 year, 2 months ago