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:
The correct option is a.
A business that collects personal information about consumers and sells that information to other organizations.
Explanation:
Data brokers, also known as data suppliers, data fetchers, information brokers, or even data providers are businesses or companies (even individuals) that, on the most basic level, source and aggregate data and information (mostly information that are meant to be confidential or that are in the real sense difficult to get) and then resell them to third parties. These third parties could be other data brokers.
They collect data and information from a wide range of resources and sources - offline and/or online e.g web access history, bank details, credit card information, official records (such as birth and marriage certificates, driver's licenses).
Brokers can steal round about any information. Examples of information that brokers legally or illegally steal are full name, residential address, marital status, age, gender, national identification number, bank verification number. Brokers and hackers are siblings.
A couple types of data brokers are:
1. Those for fraud detection
2. Those for risk mitigation
Hope this helps!
Answer:
Header files serve two purposes. System header files declare the interfaces to parts of the operating system. You include them in your program to supply the definitions and declarations you need to invoke system calls and libraries.
The thing to point out when demonstrating 2023 murano’s xtronic cvt during full throttle acceleration are:
- The fast response to its steering input.
- The way or the level at which Murano stays when cornering.
<h3>What is throttle acceleration?</h3>
Throttle response is known as vehicle responsiveness and it is one that often measures how fast a vehicle's internal combustion engine, can be able to increase its power output in regards to its response to a driver's need for acceleration.
Hence,The thing to point out when demonstrating 2023 murano’s xtronic cvt during full throttle acceleration are:
- The fast response to its steering input.
- The way or the level at which Murano stays when cornering.
Learn more about throttle acceleration from
brainly.com/question/27962285
#SPJ1