It must have been a bug, I can’t reproduce the result, unfortunately. Here is what the output looked like:
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘int’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘float’>
<type ‘bool’>
<type ‘bool’>
<type ‘bool’>
<type ‘bool’>
<type ‘str’>
<type ‘str’>
<type ‘dict’>
<type ‘dict’>
<type ‘tuple’>
<type ‘tuple’>
<type ‘list’>
<type ‘list’>
the exercises tests your code by calling the function. the print()
within your function will also print all the calls Codecademy is executing in the background
1 Like