Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Python Problem Statement Task 1: Ask the user to input 10 ipv4 addresses. Task 2: Check if the addresses are valid ipv4 addresses. Task 3: Convert the ipv4 addresses which are in decimal format to Binary, Octal and Hexadecimal format For conversion use functions (inbuilt or library) Task 4:Create a list which will hold the addresses. [Decimal, B…

Notifications You must be signed in to change notification settings

Varun-SV/Cisco-problem-statement-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Cisco-problem-statement

Python Problem Statement Task 1: Ask the user to input 10 ipv4 addresses. Task 2: Check if the addresses are valid ipv4 addresses. Task 3: Convert the ipv4 addresses which are in decimal format to Binary, Octal and Hexadecimal format For conversion use functions (inbuilt or library) Task 4:Create a list which will hold the addresses. [Decimal, Binary, Octal and Hexadecimal] Task 5: Transfer the contents of the list to a file named conversion.txt Task 6: Print the following output on the screen

The first IP address in Decimal, Binary, Octal and hexadecimal format is <output from the file conversion. txt> The second IP address in Decimal, Binary, Octal and hexadecimal format is <output from the file conversion. txt> | . . . | The tenth IP address in Decimal, Binary, Octal and hexadecimal format is <output from the file conversion. txt>

About

Python Problem Statement Task 1: Ask the user to input 10 ipv4 addresses. Task 2: Check if the addresses are valid ipv4 addresses. Task 3: Convert the ipv4 addresses which are in decimal format to Binary, Octal and Hexadecimal format For conversion use functions (inbuilt or library) Task 4:Create a list which will hold the addresses. [Decimal, B…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published