Answer:
I think it is the second answer choice honestly
Explanation:
I'm gonna say either the first one or second one because the word film has something to with behind the scenes work not being an actor.
Answer:
C. Rulers indicate the margins, tabs, and indents in a presentation slide.
Explanation:
The status bar appears at the bottom of the page, and it never displays options the options to style the slides. And the toolbar never displays the thumbnails of the slides, as well as the document area never provides a list of the commands for creating, formatting or editing the presentations. However, the rules do indicates the margins, tabs, and indents in a presentation slide. Hence C. is the right option.
The answer is C. double-click
Answer:
user_name = input("input user name: ")
print(len(user_name))
Explanation:
input - input function in python
len - length of value
print - print data