Answer:
Option(d) i.e All of the above is the correct answer to the given question.
Explanation:
In this question option are missing following are the options for this question (A)Docs
(B) Sheets
(C) Slides
(D) All of the Above
Google tools support collaboration is a type of cloud-based techniques such as docs ,sheet ,etc .It provides the guarantee to the designers who deliver around each other for the common goal it means the designers can develop the quicker also it can often to develop the sensible ones.
- The Google tools support collaboration such as docs of google encourages the openness because the employees in the various departments can see the each other's manuscripts.
- All the option(A),option(B),option(C) are related to the google tools support collaboration that's why all these options are correct .
Answer:
a) freeze the panes
Explanation:
By freezing the panes she can lock the row that has the headers of each column and scroll down as much as she wants without losing sight of the rows locked. This can also be done with columns if the spreadsheet is organized horizontally.
name = input("What is you name?")
fav_number = input("What is you favorite number?")
print(name + " your favorite number is " + fav_number + "!")