第 13 步:现在我们的函数已经写好了,我们应该调用它!

  • 让我们预测一下,如果学生离学校50分钟,他或她会得到多少睡眠。
  • ,将Return Variable拖入函数的外部和下方。
  • my_function( my_var )更改为line( slope , 50 , y_intercept )
  • 将 = 符号左侧的变量从my_var更改为predicted_sleep

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)