Answer:
Codes
Explanation:
learn the codes first. when you're already expert, you'll find ways from there.
The correct anwers is the letter b.)
He should go to a desktop computer that is attached to the network server to access it
Answer:
The output will print out whatever the length is for stuff.
Explanation:
You use len() to get the length of the given string, array, list, tuple, dictionary, etc. Thus, passing in stuff using len will let the program to get the length of it.