@mohammed
It will throw an error. Because the second print_info call missing one argument.
We have to call it like this:
print_info(2, None);