*suggest a funny, and entertaining anchoring script in Hindi and English mixed for a school farewell event?
#no irrelevant answers, please
Answers
Answered by
2
Answer:
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)
Answered by
0
Your answer in the attachment.
please refer that.
Attachments:
Similar questions