Answer:
23 ,21,10,63,13
Explanation:
We have to convert binary to decimal
10111 corresponding decimal number is

10101 corresponding decimal number is

01010 corresponding decimal number is

111111 corresponding decimal number is

001111 corresponding decimal number is

The question above has multiple choices as follows;
a. API
b. docstring
c. help
d. man
Well, I am stuck between B and C. I’ll however settle for (B) docstring.
Python docstrings provide an easier way to associate
documentation with python classes, modules and functions. The interactive help function
on the other is built in and is intended for interactive use. This function
exists to view help interactively. With the help feature, you can quickly learn
classes, modules, functions and many more.
well i dont know but i would go with b :D
Answer:
Explanation:
Natural languages are used for communication between people and programming languages enable human to interact with machines.