Answer:
try unplugging it and replugging it in, make sure your keyboard is clean, that there aren't any crumbs underneath the keys.
they using it on a different device and see if it does the same thing.
Explanation:
I think the first problem is B. and the second problem is D.
the less command is a dedicated file reader while CAT command is mainly used for the creation of files or it can conCATenate (link) files.
for i in range(20, 51, 2):
print(i)
Answer:
word = input("Type your name: ")
print(len(word))
Explanation:
The len function will count all the chars in the string.