answersLogoWhite

0

There is centimeters, inches, feet, meters & miles.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

list any 3 mechanisms systems that you can use to get water out of the ground?

A pump a well and a filter?


How is shadow the hedgehog?

Shadow the Hedgehog is depicted as being about 3 feet tall. Some sources list a precise measurement of 3 ft. 3 in. (100 cm).


What is the use of CT METER?

is 3 phase Meter electicity to for the measurement of elektricity 3 phase.


How tall is shadow the hedgehog?

Shadow the Hedgehog is depicted as being about 3 feet tall. Some sources list a precise measurement of 3 ft. 3 in. (100 cm).


How high is sonic the hedgehog?

Silver the Hedgehog is depicted as being about 3 feet tall. Some sources list a precise measurement of 3 ft. 3 in. (100 cm).


Why do 3 countries use standard measurement?

Actually, about 3 countries use non-standard measurements - the SI is the international standard.


Do you use the same measurement of olive oil as the recipe calls for with vegetable oil?

No, use about 2/3


3 3 8 tons pounds?

If you mean how much is 338 tons when converted to pounds, the answer is 676000.


What are the 3 importance of measurement?

What are the 3 importance of measurement


What do you measure volume with?

If you are asking about an instrument to use for measurement, you can use a measuring cylinder, or beaker etc. If you are asking about the units of measurement, you can use Litres (L) or Cubic Metres (m^3). You can also use the different multiples of these units (eg mL (0.001L), kL(1000L) , cm^3 (0.01m^3), dm^3 (0.1dm^3)). By the way, 1L = 1dm^3.


list any 3 pests that affect vegetables?

worms


How do you use belong?

To use the "belong" method in Python, you can check if an element belongs to a specified list or dictionary. For example, you can use the "in" keyword to check if an element is in a list. Here's an example: my_list = [1, 2, 3, 4, 5] if 3 in my_list: print("Yes, 3 belongs to the list.") Similarly, you can use the "in" keyword to check if a key belongs to a dictionary.