Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions