print "Enter quantity" quantity = input() if quantity*100 > 1000: print "Cost is",((quantity*100)-(.1*quantity*100)) else: p | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

print "Enter quantity" quantity = input() if quantity*100 > 1000: print "Cost is",((quantity*100)-(.1*quantity*100)) else: p

Python code

23rd Feb 2021, 5:22 AM
Siva Kumar YARRAMSETTI
Siva Kumar YARRAMSETTI - avatar
4 Answers
0
A company decided to give bonus of 5% to employee if his/her year of service is more than 5 years. Ask user for their salary and year of service and print the net bonus amount. solve in python
23rd Feb 2021, 6:06 AM
Siva Kumar YARRAMSETTI
Siva Kumar YARRAMSETTI - avatar
+ 1
Your question is incomplete. Please link your code in the description and describe more about your question.
23rd Feb 2021, 6:02 AM
你知道規則,我也是
你知道規則,我也是 - avatar
+ 1
Siva, Please use Python as the thread's tag rather than 'gwss' which is irrelevant. Why your "code" is asking for quantity when it is supposed to ask for employee's salary and year of service? Please follow this guide for posting a question so you can obtain better responses 👍 https://www.sololearn.com/Discuss/333866/?ref=app
23rd Feb 2021, 6:16 AM
Ipang
+ 1
Please post the full code
23rd Feb 2021, 7:54 AM
∆BH∆Y
∆BH∆Y - avatar