第 12 步:木星上的物体重量是地球上重量的 234%。这真的很重!

  • 将浮点变量的名称更改为jupiter_weight
  • 将值更改为earth_weight * 2.34
  • 在函数内使用Return Statement返回jupiter_weight

为了得到一个数字的 234%,我们将小数点移动两位得到2.34 。然后我们将两个数字相乘!

    To navigate the page using the TAB key, first press ESC to exit the code editor.

    # THIS ACTIVITY IS IN PREVIEW ONLY MODE
    • Run Code
    • 提交作品
    • 下个活动
    • Show Console
    • Reset Code Editor
    • Codesters How To (opens in a new tab)