Answer:
Yes, it is ethical.
I think it is ethical because in this age, every website let the user choose weather or not they would like to be tracked an their website. If they choose not to then their data will not be collected, if they choose yes, then their data will be collected. All the social phycology research was collected from users and/or people who agreed to be users of collected data. With that being said, if you allow your data to be collected, if you allow random people to see how you operate as a human, then you're willing to have that data used to give you adds that you might actually want. All in all, you, the user, has the choice weather or not they allow this to happen, so yes, it is ethical
Explanation:
May I have brainliest please? :)
And sorry for the nunce who also answered this question, he's going around making life harder for people, all around this website :/
The remove_sort_reverse function takes a list, removes all "s" in the list elements, sorts and then reverses the remaining elements
<h3>The actual program</h3>
The program in Python, where comments are used to explain each line is as follows:
#This defines the function
def remove_sort_reverse(myList):
#This iterates through the list
for i in range(len(myList)):
#This removes all the s in the list elements
myList[i] = myList[i].replace("s","")
#This sorts and reverses the list elements
myList.sort(reverse=True)
#This returns the updated list
return(myList)
Read more about Python functions at:
https://brainly.in/question/10211834
An individual. An autocratic govt is a govt in which one person has absolute power and authority