Answer:
mystr = input("Enter a string ")
length = len(mystr)
while length<10:
mystr = input("Enter a string ")
length = len(mystr)
if(length>=10):
break
if len(mystr)%2==0:
print(mystr.lower())
else:
print(mystr.upper())
Explanation:
The variable mystr is used to save user's input which is received with the input function
A second variable length is used to save the length of the input string Using a while statement the user is continually prompted to enter a string while length is less than 10.
If length is greater or equal to 10. We check for even or odd using the modulo (%) operator.
We use lower() and upper() to change the case of the string
Answer:
huge\color{blue}\boxed{The}\huge\color{pink}\boxed{Points
Since you are searching for researching information, .edu will be more reliable.
.edu is for education purpose, with credits of scholars.
.com is a general URL, it's not relavant to reliability.
The answer to your question is,
D. Toggle Filter. You don't want to remove the filter, you just want to see the difference.
-Mabel <3
<span>i believe the answer is C</span>