# python_commissions **Repository Path**: drainkeng/python_commissions ## Basic Information - **Project Name**: python_commissions - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-23 - **Last Updated**: 2023-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##### Change log 05/31/21 - use of dict, if/else, str/upper, args - definitions, import, multi-line comments # Sample Python application This is a Python console application that calculates sales commissions depending on the rate e.g., python3 commissions.py 1400000 T20 1400000 is the price charged to the customer, and T20 is the product code. ###### Languages, frameworks used: * Python3 * use of dict, if/else, str/upper, args * definitions, import, multi-line comments ###### Notes / To run this app after cloning, we recommend: * To run ( no compilation needed beforehand ) type: python3 pp.py 1400000 T20