Fill in Order Details

  • Submit paper details for free using our simple order form

Make Payment Securely

  • Add funds to your account. There are no upfront payments. The writer will only be paid once you have approved your paper

Writing Process

  • The best qualified expert writer is assigned to work on your order
  • Your paper is written to standard and delivered as per your instructions

Download your paper

  • Download the completed paper from your online account or your email
  • You can request a plagiarism and quality report along with your paper

individual programs for 6 items 1

Submitted files must have standardized names. Project files must contain the assignment name and your name.

If your submission consists of only source code one file, use the file extension .py. Example filename: proj1smith.py. (Replace smith by your last name)

If your submission consists of multiple files, place them in a folder named proj3smith (replace smith by your last name), and create a zip file named proj3smith.zip.

Acceptable Folder Names: proj3smith Proj3smith proj3Smith Proj3Smith

Unacceptable Folder Names: smithProj3 proj3 smith Project3Smith Proj3AlbertSmith Proj3 Project3

5. Submitted files contain a header. Submitted files must contain a header with comments containing your name, the name of the assignment at the top. For example:

Stan Smith

Assignment 1a

Due Date: Jan 16

Write individual programs for the following 6 items. All programs must run by either enter a user prompt or our it’s own.

Don’t forget to do your header for each python file

Name each python file solution#_lastname. Replace # with the number of the solution this was. Put in your files into a folder named final_lastname. Replace lastname with yours. Zip the folder and turn it in D2L.

Check the Guidelines for Submissions

1. Make an inches to kilometers conversion must use input statement in your program letting me know what to do. No hard coding allowed for inches into the program.

2. Address the 4 FIXME comments.
The first two is making while loop to the create each function
The last two is to call the function.
You may NOT change any other code to the program.

def add_grade(student_grades):
print(‘Entering grade. n’)
name, grade = input(grade_prompt).split()
student_grades[name] = grade

# FIXME: Create delete_name function

# FIXME: Create print_grades function

student_grades = {} # Create an empty dict
grade_prompt = “Enter name and grade (Ex. ‘Bob A+’):n”
delete_prompt = “Enter name to delete:n”
menu_prompt = (“1. Add/modify student graden”
“2. Delete student graden”
“3. Print student gradesn”
“4. Quitnn”)

command = input(menu_prompt).lower().strip()

while command != ‘4’: # Exit when user enters ‘4’
if command == ‘1’:
add_grade(student_grades)
elif command == ‘2’:
# FIXME: Only call delete_name() here
print(‘Deleting grade.n’)
name = input(delete_prompt)
del student_grades[name]
elif command == ‘3’:
# FIXME: Only call print_grades() here
print(‘Printing grades.n’)
for name, grade in student_grades.items():
print(name, ‘has a’, grade)
else:
print(‘Unrecognized command.n’)

command = input().lower().strip()

3. Modify the program to include two-character .com names,
where the second character can be a letter or a number.
example: a2.com.

print(‘Two-letter domain names:’)

letter1 = ‘a’
letter2 = ‘?’
while letter1 <= ‘z’: # Outer loop
letter2 = ‘a’
while letter2 <= ‘z’: # Inner loop
print(‘%s%s.com’ % (letter1, letter2))
letter2 = chr(ord(letter2) + 1)
letter1 = chr(ord(letter1) + 1)

4. Write a program that reads from words.txt (which the file is attached to this project) and prints only the words with more than 20 characters (not counting whitespace). The words.txt file must be included in your zip folder you turn in.

5. Complete the PrintTicTacToe function with parameters horiz_char and vert_char that prints a tic-tac-toe board

def print_tic_tac_toe(horiz_char, vert_char):
# FIXME: complete function to print game board
return

6. In 2018, national debt in the US was 21.46 billion dollars. One projection, in theory, says the debt will rise by 6.3% every year. Write a program showing what the debt will be each year to 2035. You can use a string stating your figures are in the billions and must use 2 decimal points

WHAT OUR CURRENT CUSTOMERS SAY

  • Google
  • Sitejabber
  • Trustpilot
Zahraa S
Zahraa S
Absolutely spot on. I have had the best experience with Elite Academic Research and all my work have scored highly. Thank you for your professionalism and using expert writers with vast and outstanding knowledge in their fields. I highly recommend any day and time.
Stuart L
Stuart L
Thanks for keeping me sane for getting everything out of the way, I’ve been stuck working more than full time and balancing the rest but I’m glad you’ve been ensuring my school work is taken care of. I'll recommend Elite Academic Research to anyone who seeks quality academic help, thank you so much!
Mindi D
Mindi D
Brilliant writers and awesome support team. You can tell by the depth of research and the quality of work delivered that the writers care deeply about delivering that perfect grade.
Samuel Y
Samuel Y
I really appreciate the work all your amazing writers do to ensure that my papers are always delivered on time and always of the highest quality. I was at a crossroads last semester and I almost dropped out of school because of the many issues that were bombarding but I am glad a friend referred me to you guys. You came up big for me and continue to do so. I just wish I knew about your services earlier.
Cindy L
Cindy L
You can't fault the paper quality and speed of delivery. I have been using these guys for the past 3 years and I not even once have they ever failed me. They deliver properly researched papers way ahead of time. Each time I think I have had the best their professional writers surprise me with even better quality work. Elite Academic Research is a true Gem among essay writing companies.
Got an A and plagiarism percent was less than 10%! Thanks!

ORDER NOW


Consider Your Assignments Done

“All my friends and I are getting help from eliteacademicresearch. It’s every college student’s best kept secret!”

Jermaine Byrant
BSN

“I was apprehensive at first. But I must say it was a great experience and well worth the price. I got an A!”

Nicole Johnson
Finance & Economics

Our Top Experts

See Why Our Clients Hire Us Again And Again!


OVER

10.3k
Reviews

RATING
4.89/5
Average

YEARS
13
Mastery

Success Guarantee

When you order form the best, some of your greatest problems as a student are solved!

Reliable

Professional

Affordable

Quick

Using this writing service is legal and is not prohibited by any law, university or college policies. Services of Elite Academic Research are provided for research and study purposes only with the intent to help students improve their writing and academic experience. We do not condone or encourage cheating, academic dishonesty, or any form of plagiarism. Our original, plagiarism-free, zero-AI expert samples should only be used as references. It is your responsibility to cite any outside sources appropriately. This service will be useful for students looking for quick, reliable, and efficient online class-help on a variety of topics.