#
Question Text#
Define a function called {{ params_vars_fname }}()
that has two input variables: first
and second
, first
should be the first input variable, and second
the second. You can assume that both input variables will only be integers.
The function should return True
if first
is more than times the value of second
, and False
otherwise. You can assume the function will only receive valid inputs. You are not required to include error handling.
Answer Section#
pl-submission-panel#
Attribution#
Problem is licensed under the CC-BY-NC-SA 4.0 license.