Correct question:
What is the missing line?
>>> myDeque = deque('math')
>>> myDeque
deque(['m', 'a', 't'])
Answer:
myDeque.pop()
Explanation:
The double ended queue, deque found in the python collection module is very similar to a python list and can perform operations such as delete items, append and so on.
In the program written above, the missing line is the myDeque.pop() as the pop() method is used to delete items in the created list from the right end of the list. Hence, the 'h' at the right end is deleted and we have the output deque(['m', 'a', 't'])
myDeque.popleft () deletes items from the right.
Answer: Network attached storage device
Explanation:
Network attached storage(NAS) is the data storage server device that is responsible for serving files to configuration and other components.Through this sever device data can be retrieved by various client and user from central disk capacity .It provides good data access to diverse user and client of data.
- Other options are incorrect because RAID drive, server station, gigabit NIC are not the devices that centrally store huge amount of data for access.
- Thus, the correct option is network attached storage(NAS) device
Answer: In banks, computers are used for keeping account information of customer accounts. Banks use technology to carry out payments effectively and successfully. Computers help bankers keep a record of and verify financial records much quicker. Hope this is helpful.
Answer:
it is a complete routine of life without it we cannot do time management
Explanation:
mark me brainliest ❤