Answer:
False.
Explanation:
"save" just preserves any edits made to file in its current state. "Save As" lets you rename it and change the file type.
Answer:
WAN or wide area network
Explanation:
The Internet is the most basic example of a WAN. It is connecting all computers together around the world.
Answer: Why'd you'd Microwave your phone?
Explanation: Ok first don't do that, it can make it explode, and since you did that, it messed up something, you'll have to get it fixed or buy a new one
Hope this helps^^
Answer:
By using the str() function.
teeth = 32
print(str(teeth))
Explanation:
The str() function returns the string version of the given object.