2_Vat_service_test 源码
去做: 将VarService伪代码转换为python class VatService { double vatValue; public VatService() { this.vatValue = 0.23; } public double getGrossPriceForDefaultVat(Product product){ return getGrossPrice(product.getNetPrice(), vatValue); } public double getGrossPrice(double netPrice, double vatValue){ if(vatValue > 1){ throw Exception }
文件列表
2_Vat_service_test-master.zip
(预估有个6文件)
2_Vat_service_test-master
readme.md
541B
.idea
misc.xml
206B
modules.xml
288B
.gitignore
47B
inspectionProfiles
profiles_settings.xml
174B
2_Vat_service_test.iml
284B
暂无评论