Answer:
The mass media is a huge phenomenon. Through the various different platforms, print or broadcast, the media is able to reach millions of people like no other force. Without the media, powerful speeches by politicians would affect no one, local events would remain local, and performances by great actors would be seen only by the people in the immediate audience. The media overcomes distances, and builds a direct relationship with the audience. Many sociologist
The characteristics that the new operating system to be used on mobile phones should have include the following:
- Compatibility with different hardware
- Absence of bugs
- Compatibility simply means how two things work together. In this case, the new operating system to be used on the mobile phones should be compatible with other phones or computer systems. It should be connected easily.
- Also, there should be an absence of bugs. Bugs simply mean the error or the fault that can be found in a computer system. When there is a bug, it brings about unexpected results or incorrect resources.
In conclusion, the operating system should be compatible with other hardware and there should be an absence of bugs.
Read related link on:
brainly.com/question/18899940
Answer:
Following are the code to the given question:
x= input()#defining a variable x that inputs value from the user-end
l = x.split(" ")#defining variable l that splits the x variable value with a space
t= int(l[len(l)- 1])#defining a variable t that decrease the l length and convert the value into integer
for i in range(1, (len(l) - 1)):#use for loop to calculate the range of the list
if int(l[i]) < t:#defining if block that checks the list value is lessthan t
print(l[i])#print list values
Output:
Please find the attached file.
Explanation:
In the above-given code, an "x" variable is declared that inputs the value from the user-end, and use the "l" variable that splits all the value and defined a "t" variable that adds value into the list and convert the value into an integer.
In the next step, for loop is declared that counts the lists and use a conditional statement that checks list value is less than t and use the print the method that prints the list values.
Answer:
the save command is located in the file menu