1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Basile [38]
2 years ago
8

Make up a python program that can do the following

Computers and Technology
1 answer:
k0ka [10]2 years ago
5 0

The program to ask the user to input the number of hours a person has worked in a week and the pay rate per hour is as written below.

<h3>How to write a Python Program?</h3>

To write this program, we will pay the hourly rate for the hours up to 40 and 1.5 times the hourly rate for all hours worked above 40 hours. Thus

hrs = input("Enter Hours:")

h = float(hrs)

xx = input("Enter the Rate:")

x = float(xx)

if h <= 40:

 print( h  * x)

elif h > 40:

print(40* x + (h-40)*1.5*x)

Read more about Python Program at; brainly.com/question/26497128

#SPJ1

You might be interested in
The domain name is passed to a domain name server, which maps it to the correct IP address, and then the code behind the page is
maxonik [38]
It's an incomplete, therefore wrong, description of "<span>B. Browser using a URL to access a web page"

After the nameserver returns the IP address of the domain, the client machine makes the page request from the IP address. The client's browser parses (reads) the HTML code, makes calls to the server for any other files (href, img and media) and displays the HTML content according to visual specifications in the CSS (Cascading Style Sheet).
</span>
6 0
3 years ago
You have decided to use relative links for your Website's local pages instead of specifying absolute URLs. Your supervisor has a
marin [14]

Answer:

C. The site can be moved from one server to another with minimal disruption.

Explanation:

The perfect reason is the option C.The site can be moved from one server to another with minimal disruption. with relative links you don't need to change the host name for the local page because the browser assumes the address that is in the browser and creates a path relative to it as specified by the file.

4 0
3 years ago
IT professionals recognize that successful systems must be user-oriented, and users need to be involved, formally or informally,
bogdanovich [222]

Answer:

True is the correct answer for the above question.

Explanation:

  • The software is a collection of instruction which states the computer to how to do a specific work. The software developer only develops the software, but it is used by many users of the software who wants to do some specific task.
  • The developer creates a graphical event for users through which the user can use the software of the computer system for his personal use.
  • So the above line concludes that the software is for the user only. So the user interaction in software development is necessary which is also said by the question-statement. Hence the question statement is the true statement.
5 0
4 years ago
Letter diagrams are least useful for showing:
ser-zykov [4K]
The answer is c .....
4 0
3 years ago
What type of computer needs a systemthat will take up little space​
egoroff_w [7]

MAC is a computer that needs a system that takes up a little space.

<u>Explanation:</u>

MAC is short for Macintosh Operating System. MAC is developed and owned by Apple Inc.

The MAC operating system is a graphical user interface and supports high-performance graphics. Generally, the MAC is used for designing purposes because of the high multimedia management capabilities.

MAC comes in handy while working on projects that deal with graphics building, and management plus people also make use of MAC in blogging.

7 0
3 years ago
Other questions:
  • How much do taxis coast?
    14·2 answers
  • A _____ is a web site that allows users to edit and change its content easily and rapidly.
    9·1 answer
  • Crop marks are used on an illustration to indicate to the printer the
    10·1 answer
  • Given that n refers to a positive integer, use a while loop to compute the sum of the cubes of the first n counting numbers, and
    12·1 answer
  • Which of these jobs would be most appropriate for someone who majors in information systems?
    7·2 answers
  • Which term refers to a fact that naturally occurs in the universe?
    8·2 answers
  • Is a router on the local network that is used to deliver packets to a remote network?
    15·1 answer
  • 19. Fair use applies to which of the following situations?
    14·1 answer
  • Which table option enables you to combine the contents of several cells into one cell?
    6·2 answers
  • 5. What are some situations where you might find it useful to use the “!” symbol in a program?
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!