例如,以英尺和英寸为例:我怎么能把其中的一个元素分解成这样的东西:
"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-
我有一个表(考勤)来存储employees.Every日的考勤数据,管理员登录到他的系统中,选择日期(在那个日期),并将员工标记为该日期的现职或缺勤。这些记录存储在考勤表中。我希望检索当前月份某个特定EmpId的所有记录,其中考勤标记为present / absent之一。考勤表的列名如下:2.date:date type
我想编写一个查询,用于检索特定