Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 280 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 280 Bytes

area_converter.py

This function converts OSPF area ID from decimal to dotted decimal

DOCSTRING: def convert_area(area): """ Convert decimal to binary. Prepend 0's to binary. Split into 4 octets. Convert binary octets to dotted decimal format. """