A program is a list of commands that tell your computer what to do<span />
Formal education followed by lifelong learning i belive<span>
</span>
Answer:
24:36 if you want it in the smallest form it is 2:3
Answer:
Check the explanation
Explanation:
print("************************************************************")
sentence = input("Enter a sentence : ").split()
replace_words = input("\nEnter the words that should be replaced : ").split()
special = input("\nEnter the replacing special Character : ")
result = []
for word in sentence:
if word not in replace_words:
result.append(word)
else:
result.append(special * len(word))
result = ' '.join(result)
print("\nThe Sentence with words censored is : " + result)
print("************************************************************")
Answer:
network interface card (NIC).