A hypervisor is computer software, application, a firmware or a hardware that creates and runs virtual machines. They are also called virtual machine monitor (VMM). A computer on which a hypervisor runs one or more virtual machines is called a host machine, while all the individual virtual machine is called a guest machine.
##Specifies the range that the variable 'number' should change within for number in range(2,10): ##Prints the decimal equivalent of each fraction print(1 / number)