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))

Comments

Popular posts from this blog