2.5计算小费.py

Posted WY_记录

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2.5计算小费.py相关的知识,希望对你有一定的参考价值。

# -*- coding: utf-8 -*-
"""
Created on Sun Apr 22 16:27:37 2018

@author: MyPC
"""

def main():
    ‘‘‘
    计算小费.
    
    公式:
    gratuity = subtotal * gratuity_rate
    total = gratuity + subtotal
    input:subtotal, gratuity_rate  
    output:gratuity, total
    ‘‘‘
    
    subtotal, gratuity_rate = eval(input("input subtotal, gratuity_rate:"))
    gratuity = subtotal * (gratuity_rate / 100)
    total = gratuity + subtotal
    print("The gratuity is %.2f and the total is %.2f :"%(gratuity, total))
    
    
if __name__ == "__main__":
    main()

 

以上是关于2.5计算小费.py的主要内容,如果未能解决你的问题,请参考以下文章

pandas GroupBy上的方法apply:一般性的“拆分-应用-合并”

为 segue 做准备,传递数据

py4CV例子2.5车牌识别和svm算法重构

在 swift 2 中通过 segue 传递数据

Cg入门20:Fragment shader - 片段级模型动态变色(实现汽车动态换漆)

sos!有人能找到介绍各地支付小费的文吗?