<span>The name of a named standard acl is case sensitive. The answer is True. </span><span>As with standard IP ACLs, you can create </span>named<span> extended IP ACLs. But always remember, ACL </span>names<span> are </span>case-sensitive<span>, and the underscore is not the same as the dash (hyphen).</span>
Answer:
to.use his you should use qbasic and type as it os at last press f5 to see ans
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:
Explanation: What is that word you typed?