Python Programming Assignments
Exercise: Evaluate the quadratic equation for a given a, b, and c.
Exercise: Write a Python program that prompts the user for his/her amount of money, then
reports how many video game the person can afford, and how much more money he/she will
need to afford a video game.
Exercise: Write a Python program that computes the factorial of an integer.
Exercise: Write code to display and count the factors of a number.
Exercise: Write a program that performs a rotation cypher.
e.g. "Attack" when rotated by 1 becomes "buubdl"
Exercise: Write a program to process a file of DNA text, such as:
ATGCAATTGCTCGATTAG
Count the percent of C+G present in the DNA.
Exercise: Draw the figure at right.