【Educoder python 作业答案】国防科技大学《大学计算机基础》Python控制结构(三)※ 第1关:While循环与break语句 第2关:for循环※ 第3关:for循环与continue语句 第4关:循环嵌套 第5关:迭代器 第1关:While循环与break语句 partcount = int(input()) electric = int(input()) count = 0 #请在此添加代码,当count