high on Essays logo

Instructions: This week’s assignment involves rewriting the Python program you wrote for your assignment last week to use a function. All the requirements from last week still apply. The function shou

Instructions: This week’s assignment involves rewriting the Python program you wrote for your assignment last week to use a function. All the requirements from last week still apply. The function should accept the number of rooms, and the type of cleaning as parameters and should return the cost of the house cleaning. The main program […]

My name is Aissata Samake University: UMGC Class: CMSC 105 1. Create a Python program that prompts the user and accepts at least two numeric values as inputhas a constant value defined in the progra

My name is Aissata Samake University: UMGC Class: CMSC 105 1. Create a Python program that prompts the user and accepts at least two numeric values as input has a constant value defined in the program performs mathematical computation with the three numbers, and displays the result. Example: Input radius and height of a cylinder, […]

Week 3: Professors Name: Rabiha Kayed Student Name: Aissata Samake Class: CMSC 105 Date: 1. Create a Python program that accepts at least three values as input: an operator (e.g. +, -, *,/) and at

Week 3: Professors Name: Rabiha Kayed Student Name: Aissata Samake Class: CMSC 105 Date: 1. Create a Python program that accepts at least three values as input: an operator (e.g. +, -, *,/) and at least two numerical values. The program must include an if statement that performs computations on the two or more numerical […]

Instructions: This week’s assignment involves writing a Python program to compute the cost of house cleaning. Your program should prompt the user for the number of rooms in the house and the type of c

Instructions: This week’s assignment involves writing a Python program to compute the cost of house cleaning. Your program should prompt the user for the number of rooms in the house and the type of cleaning (e.g., floors, windows, bathrooms, dusting). Your program must offer at least two types of cleaning and the price is different […]

Touchstone 4 Python Journal Project

Python Journal Template Directions: Follow the directions for each part of the journal template. Include in your response all the elements listed under the Requirements section. Prompts in the Inspiration section are not required; however, they may help you to fully think through your response. Remember to review the Touchstone page for entry requirements, examples, […]

Instruction: This week’s assignment involves writing a Python program to compute the daily pay for an Uber driver. The driver gets paid an hourly rate plus a percentage of the miles driven plus the t

Instruction: This week’s assignment involves writing a Python program to compute the daily pay for an Uber driver.  The driver gets paid an hourly rate plus a percentage of the miles driven plus the tips provided by passengers. The driver’s daily wage is based on the number of hours worked times his hourly rate.  The […]

Create a new Python program that displays the message “Hello, class!” along with your name, class, and date (you may display more if you like) using the “print” command. Then assign your name and clas

Create a new Python program that displays the message “Hello, class!” along with your name, class, and date (you may display more if you like) using the “print” command. Then assign your name and class to variables and print using the variables. Lastly, use a print command that displays both text and a variable with […]

Python and SQL queries

1. Basic codes of Pythonin which average codes which includes if, elif, else, list(appending slicing, deleting ,inserting),dictionary(lengthfunc, clear, upadete etc),loop, while loop,   2. Basic codes of sql queries in which alter commands create table edit table(add row,delete row or column, change data type,describe structure..etc) Need to make 30 questions and answers using above codes. Need […]

Computer Science- Python coding homework

Homework 9 Complete the both parts in a single jupyter notebook. Save your notebook as firstname_lastname_hw9.ipynb and upload to blackboard. Part 1 – Lotto.txt 1. Read the file using loadtxt() 2. Sort each row, from smallest number to largest 3. Save the sorted array to a file called lotto_sorted.txt 4. Print to the screen all […]

python

Addressing the Business Question (SQL Analysis) Congrats on becoming a business analyst! Your database has been designed based on your requirements. Now it’s time to answer your business question: Are wedding vendors with sustainable practices more cost effective? Analysis Requirements (Jupyter Notebook) Introduce the problem and define key terms 5-10 sentences At least one credible […]