Answer:
import csv
def ideal_weight( filename ):
with open( "filename", "r" ) as file:
for row in csv.DictReader( file):
print ( "Name of person: ",row["name"] )
person_weight = ( 110 * row["height"] )/ 5
print ( "Ideal weight: ", person_weight )
Explanation:
The python source code above is a function which recieves a csv file argument, opens the file and reads each row an ordered dictionary. The function prints the name of each person in the file and their ideal weight.
Answer:
I think it's called a source program
Explanation:
A translator or programming language processor is a generic term that can refer to anything that converts code from one computer language into another.
Answer:
The right answer is A
Explanation:
Plzzzzzzzzzzzzz give me brainiest
I think I am not sure that it is probably b