cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
873
Views
0
Helpful
2
Replies

Add ip address to python

interfacedy
Spotlight
Spotlight

Hi We have ip address like below. 

10.1.1.1, 10.1.1.2

10.1.1.10

10.1.2.1

How can we change it into the below way, which we can input into python? Thanks

'10.1.1.1' , '10.1.1.2'

'10.1.1.10' ,

'10.1.2.1'

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

Hope we have helped before, you need to consider this is more of a cisco Community not a Python Community.

can you try to learn or google, rather consume more audience time here for your learnings?

online compile help you :

https://www.w3schools.com/python/python_compiler.asp

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

Hope we have helped before, you need to consider this is more of a cisco Community not a Python Community.

can you try to learn or google, rather consume more audience time here for your learnings?

online compile help you :

https://www.w3schools.com/python/python_compiler.asp

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

interfacedy
Spotlight
Spotlight

Thank you!