Python Built-in Bin Function | bin() function Python

preview_player
Показать описание
Python Built-in Bin Function | bin() function Python
Converts input integer into binary equivalent string prefixed by 0b

bin()
Examples

bin(10)

bin(7)

Return Type

print(type(bin(24)))

bin("string")

Not an integer then checks for the index method

class test:
num = 2.5
def __index__(self):

obj = test()

type(obj)

bin(obj)

While Printing

print(f"{24:b}")

=============================================================================
Link for Tutorial Series
Jupyter Notebook Tutorial Series:-
Python Tutorial Series:-
Python Assignments and Objective Questions:-
Tech. Videos By Parag Dhawan;-
=============================================================================
Feel free to connect and ask your queries:-
=============================================================================
Show your support by Subscribing to the channel:-
=============================================================================
=============================================================================
#ParagDhawan
#PythonCrashCourse
#Python
#PythonTutorialForBeginners
#PythonForDataScience
#PythonProgramming
#PythonProgrammingLanguage
#PythonTutorial
#PythonCode
#Python3
=============================================================================
Note: Watch the video at a speed of 1.5
Рекомендации по теме