i just want a qoute for later on, i don't need it done now.

1 answer below »
i just want a qoute for later on, i don't need it done now.
Answered Same DayJun 29, 2021

Answer To: i just want a qoute for later on, i don't need it done now.

Neha answered on Jun 30 2021
127 Votes
import csv
try:
make = input("Enter car make")
model = input ("Enter car model")
yea
r = int(input("Enter car year"))
person = input("Enter sales person")
price = float(input("Enter sales price"))
with open('Car_Sales.csv', mode='a') as csv_file:
fieldnames =...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here