Hi, I'm not understanding what's happening here?
Thanks much.
print ( int('101', 2))
# Equals 5However...print ( int('101))
# Equals 101I guess I don't know what the comma is doing. Thanks much.
