Answer:
Explanation:
The following code is written in Python and does exactly as requested. It is a function named replace_one(t, d) that takes the two parameters one text/word and one dictionary. If the word is found as a key in the dictionary it places the value in a variable called new_word and returns it to the user, if it is not found then the function returns nothing.
def replace_once(t, d):
if t in d:
new_word = d.get(t)
return new_word
return
Answer:
in my opinion if you have to do three codes in your C++ , you should of course do them in one project. but while submitting you should send the projects individually
Answer:
Difference between laptops and desktop computer are:
- Desktop computers contain wide variety of components, but laptops are realtively expensive than desktop computers because laptop has high speed and better graphics designs which increased the cost of whole system.
- Desktop computer processors are larger in size and it is more efficient and powerful as compared to laptops because laptop processor still has some limitations.
- Laptop uses less power as compared to desktop computer because laptop contain small components and that is why it needs less power.
- Desktop computers are easy to upgrade and in laptops hard drive and memory, these two components needs to be upgraded.