~ { a factorial is the product of a number and every positive integer less than the aforementioned number, symbolized by the number followed by an exclamation point } ~ ~ { for example, 7 factorial = 7! = 7 x 6 x 5 x 4 x 3 x 2 x 1 = 5040 } ~ ~ { this program will solve for the factorial of the number you enter } ~ ~ { please let me know if you encounter any bugs or glitches } ~ ~ { thank you } ~ ~ { credits } ~ ~ { all coding by me ( @watermelon_sky ) } ~ ~ { the art is an edited version of the scratch cat ( done by me ) } ~