Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Measurement
Post: RE: Measurement

How that can ever be tested? int(Input(" Enter the number of ounces of apple cider they want to purchase") print( "drams =(1/8 *32 *8") print("gills =("1/8 *32 *8") if result > 1024 : print("T...
thyva Homework 7 6,637 Jan-27-2017, 02:58 AM
    Thread: Color mixing
Post: RE: Color mixing

print( "Enter two of the primary colors.") print("red and blue", red and blue = purple) print("blue and yellow", blue and yellow = green) print("yellow and red", yellow and red = orange             ...
thyva Homework 7 10,708 Jan-27-2017, 02:54 AM
    Thread: Color mixing
Post: RE: Color mixing

there is nothing under your link
thyva Homework 7 10,708 Jan-27-2017, 02:38 AM
    Thread: Color mixing
Post: Color mixing

When mixed, the primary colors-red, blue, and yellow- create secondary colors- orange, green and purple. mix red and blue to get purple. mix blue and yellow to get green. mix yellow and red toget oran...
thyva Homework 7 10,708 Jan-27-2017, 01:34 AM
    Thread: Measurement
Post: RE: Measurement

int(Input(" Enter the number of ounces of apple cider they want to purchase') print( "drams =(1/8 *32) *8") print("gills =("1/8 *32)*8")total of drams is needed total of gills is needed
thyva Homework 7 6,637 Jan-27-2017, 01:23 AM
    Thread: Measurement
Post: Measurement

A US gill is measure of volume that is equal to 32 fluid drams .One drams is equal to 1/8 of a US ounce. If you know the number of fluid ounces, you can calculate the number of drams = ounces *8 and t...
thyva Homework 7 6,637 Jan-27-2017, 12:56 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020