Implement the following: ```python int("BEEF", 16) ``` Currently: ```console semantic error: Either 0 or 1 argument is expected in 'int()' --> a.py:1:7 | 1 | print(int("BEEF", 16)) | ^^^^^^^^^^^^^^^ ```