How can I input space separated binary numbers in python?
also, How can I input BigInteger binary numbers using Scanner class in Java
Input space separated binary numbers
In Java , use can use BigInteger class to take input for large numbers.
In python , you can use map.split() function to take multiple input.
Just google those for thier syntax.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.