0
点赞
收藏
分享

微信扫一扫

Trace Table 示例

笙烛 2022-04-13 阅读 29

totalWeight=0
totalNumber=0
Weight=0


while(totalNumber<8):
 Weight=int(input("please input the next Weight:"))
 totalWeight=totalWeight+Weight
 totalNumber=totalNumber+1
 if(totalWeight>640):
  print("Lift overload(Weight),step out.")

print("Lift overload(Number),step out.")

举报

相关推荐

bootstrap-table示例

TRACE

trace

frida trace

qemu trace event

console.trace()

mysql Trace 分析

0 条评论