Friday, December 21, 2018

Python Homeworks #1

Homework 1-1 Conditionals
  1. Convert Gallons to Liters
  2. Convert temperature from Fahrenheit to Celsius
  3. Convert number to names
  4. Create a help menu providing phone numbers for agents, institutions.
Homework 1-2 Lists, Loops, Files
  1. Write a program that will print A to F vertically on each new line.
  2. Create an array or list of numbers and calculate all.
  3. Make it interactive and take inputs from users until 'q' or 'Q' is presssed.
  4. Take inputs from file and print output to a file.
Homework 1-3 Numbers and Type Conversions
  1. Compute the circumference area of a circle given the radius.
  2. Take two numbers and calculate their GCD.
  3. Take two numbers and output the max / min / mean / sum of both.
  4. Convert Coins to currency amount

No comments:

Post a Comment