# your code goes hereprint('½'.isnumeric()) # Trueprint(int('½')) # ValueError
Standard input is empty
True
Traceback (most recent call last): File "./prog.py", line 3, in <module> ValueError: invalid literal for int() with base 10: '½'
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!