Course Content
Python Functions: From Zero to Hero
Python Functions: From Zero to Hero
Challenge 1
Task
You have to implement a function, named function()
, with such arguments as a
and b
. This function tests whether a
is greater than b
, if so, displays ('OK')
.
To test, take these values as parameters
a = 43, b = 6
Thanks for your feedback!
Challenge 1
Task
You have to implement a function, named function()
, with such arguments as a
and b
. This function tests whether a
is greater than b
, if so, displays ('OK')
.
To test, take these values as parameters
a = 43, b = 6
Thanks for your feedback!
Challenge 1
Task
You have to implement a function, named function()
, with such arguments as a
and b
. This function tests whether a
is greater than b
, if so, displays ('OK')
.
To test, take these values as parameters
a = 43, b = 6
Thanks for your feedback!
Task
You have to implement a function, named function()
, with such arguments as a
and b
. This function tests whether a
is greater than b
, if so, displays ('OK')
.
To test, take these values as parameters
a = 43, b = 6