Skip to content

Update Week 6- Assignment 4.6#3

Open
shubh84 wants to merge 1 commit into
Ritik2703:masterfrom
shubh84:patch-1
Open

Update Week 6- Assignment 4.6#3
shubh84 wants to merge 1 commit into
Ritik2703:masterfrom
shubh84:patch-1

Conversation

@shubh84

@shubh84 shubh84 commented Oct 18, 2020

Copy link
Copy Markdown

def computepay(h,r):
if h>40:
rate1 = (r1.5)(h-40)
return ((h-5)*r)+rate1
hrs = float(raw_input("Enter Hours:"))
rate = float(raw_input("Enter Rate:"))
p = computepay(hrs,rate)
print ("pay",p)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant