Write a complete and syntactically correct Python program to
solve the following problem: You are the payroll manager for
SoftwarePirates Inc. You have been charged with writing a package
that calculates the monthly paycheck for the salespeople.
Salespeople at SoftwarePirates get paid a base salary of $2000 per
month. Beyond the base salary, each salesperson earns commission on
the following scale: Sales Commission Rate Bonus <$10000 0% 0
$10000 – $100,000 2% 0 $100,001 - $500,000 15% $1000 $500,001 -...