Answer:
Answer : B. open design tab
The first one. I hope this can help you
Answer:
Step by step explanation:
Answer:
When Microsoft switched to XML-based file formats in Office 2007, they added the 'x' to the file extensions to differentiate from the previous, incompatible formats such as dox to docx.
In other words. X is extended.
Answer:
Explanation:
- We declare the variable about the zoo with the owl's quantity, we could put any integer.
- We make the sum operation zooA + zooB, with the variable total_owls.
- we print the result about the two zoo.
num_owls_zooA= 3
num_owls_zooB = 4
total_owls = 0
total_owls = num_owls_zooA + num_owls_zooB
print('Number of owls:', total_owls)