Steps to reproduce: 1. Upload the following code ```python def subtract(*args): return args[0] - args[1] ```