例如,以英尺和英寸为例:我怎么能把其中的一个元素分解成这样的东西:
"the person is 5 feet 11 inches tall."feet {} inches tall.".format(list[1], list[1]) #I am aware taking the same index of list will give me 5-
我的目标是为我们的股票系统创建一份报告,以显示我们是 in 股票还是OUT of OUT of products A&B& C。我们的股票分为两栏,分别是physical_qty和allocated_qty。scheme.stockm (warehouse = '01') AND (product IN ('A', 'B', 'C'))
这给了我一个我们可以出售的股票数量的数值如何评