函數返回多個結果. $ vim e3.py def damage(skill1,skill2): damage1 = skill1 * 3 damage2 = skill2 * 2 + 10 return damage1,damage2 skill1_damage ...
確定! 回上一頁