Posts

Showing posts with the label Write a python script to print any number and its binary equivalen

Write a python script to print any number and its binary equivalence

  #Write a python script to print any number and its binary equivalen a= 5 print(bin(a))