Conteúdo do Curso
Python Functions: From Zero to Hero
Python Functions: From Zero to Hero
Challenge 1
Tarefa
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
Obrigado pelo seu feedback!
Challenge 1
Tarefa
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
Obrigado pelo seu feedback!
Challenge 1
Tarefa
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
Obrigado pelo seu feedback!
Tarefa
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