Create a program that prints out a list of all the divisors of a number stored in a variable. (If you don’t know what a divisor is, it is a number that divides evenly into another number. For example, 13 is a divisor of 26 because 26 / 13 has no remainder. If the desired number is 26, your program should print 1, 2, 13, and 26.)