Answer:
These are the supplies in the list:
[‘pencil’, ‘notebook’, ‘backpack’, ‘pen’, ‘calculator’]
Explanation:
The line return (\n) character will be in the output (so there will be a change of line), but it will NOT be visible as it would have been interpreted as a special character.
So the output will be on 2 different lines, with no \n visible.
If the command would have been: print('These are the supplies in the list:\n', supplies), with single quotes (') instead of double quotes (") then then \n would have been printed but not interpreted as a special character. At least in most computer language. Since we don't know of which language the question refers to, we can't be sure at 100%.
It should be, but sometimes it isn't. It depends on the website type you visit.
the answer is "Paper-based Accounting"
Answer:
b. you need it to do your homework
Explanation:
Answer:
DRAM and SRAM
Explanation:
Cache memory is used to reduce the average time to access data from the Main memory.
SRAM is an on-chip memory whose access time is small (fast).
DRAM is an off-chip memory which has a large access time (slow).