Files
binary_quiz/app/check.py
2020-06-11 10:56:27 +02:00

4 lines
60 B
Python

def check(binary_string):
return int(binary_string, 2)