Hello,
I'm new to programming and have been writing a program that ask for mesurments and then figures out the area of shapes. The only problem is I can't figure out how to use fractions. The only one I need to use are really 1/2, 1/3 and 1/4. I read though /usr/lib/python2.7/fractions/.py but it was really confusing.
Can some one tell me how to use fractions and just as importantly why it's done like that (they why is so I can understand how to change it and keep using it).