id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

amgreyson@gmail.com algebra-1 > h
prev  |  next  |  chance

Given the Python function called h(x), define h(x) to be -5x^2 - 3.


h(2) → -23
h(-6) → -183
h(0.5) → -4.25

...Save, Compile, Run (ctrl-enter)

def h( x ):

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Python Help

Difficulty: 125 Post-solution available

Copyright Nick Parlante 2017 - privacy