Python Coding
@pythonclcoding
7.45K
subscribers
1.52K
photos
4
videos
49
files
1.39K
links
Learn Python to automate your things. We are here to support you. Ask your question
Reach us - info@clcoding.com
https://whatsapp.com/channel/0029Va5BbiT9xVJXygonSX0G
Download Telegram
Join
Python Coding
7.45K subscribers
Python Coding
#clcoding
#Convert
into HEX
print('{:X}'.format(199))
#Convert
into OCT
print('{:o}'.format(199))
#Convert
into Binary
print('{:b}'.format(199))
#Convert
into Grey
print('{:g}'.format(199))