Question: NEED HELP Write program to prompt the user for hours and rate per hour to compute gross pay. Enter Hours: 35 Enter Rate: 2.75 Challenge

NEED HELP

Write program to prompt the user for hours and rate per hour to compute gross pay.

Enter Hours: 35

Enter Rate: 2.75

Challenge 1

As a system administrator, you will like to delegate some routine tasks to your new intern so you can focus on other complex tasks. Part of his task is to collect information about machines on the network without having physical access to the machines. Required information includes machine name, IP address, MAC address, etc.

In order to accomplish this goal, write python scriptthat automate the collection of the following information from the system each time the script is run.

  • IP address
  • MAC address
  • Hostname

Challenge 2

Your system engineer instructs you to write python script for a newly hired accountant to allow him to search for the file reports.xlsx .

Write Python program to test whether the given path C:\Account exists or not. If the path exists, find the directory C:\Account\Audit , and then look for the file C:\Account\Audit eports.xlsx . If the path does not exist, print a message that makes the program exit gracefully.

Challenge 3

Write Python program to prompt a user to enter the current time, once entered, yourprogram must convert the time (for example 12:30 PM) in seconds to a string representing local time ( such as 'half past twelve in the afternoon').

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!