Answer:
<em>C</em>
Explanation:
Option <em>A </em>is used for line spacing.
Option <em>B </em>is used for right indent.
Option <em>C</em> is used for right paragraph alignment.
Option <em>D</em> is used for bullet points.
The button used for paragraph alignment would be option <em>C</em>.
What are you talking about?
Answer:
<em>Which function would you use if you wanted to count the number of values, but ignore the cells that have text or are empty</em>
<em>Which function would you use if you wanted to count the number of values, but ignore the cells that have text or are emptya COUNT</em>
<em>Which function would you use if you wanted to count the number of values, but ignore the cells that have text or are emptya COUNTb. COUNTA</em>
<em>Which function would you use if you wanted to count the number of values, but ignore the cells that have text or are emptya COUNTb. COUNTAc. COUNTBLANK</em>
<em>Which function would you use if you wanted to count the number of values, but ignore the cells that have text or are emptya COUNTb. COUNTAc. COUNTBLANKd. COUNTVALUES</em>
Answer:
user_name = input("input user name: ")
print(len(user_name))
Explanation:
input - input function in python
len - length of value
print - print data