I'm new to Python, and would like help for my code below. I like to be able to verify if the end user has key in a valid IP address. I searched online, and all the examples are too complex to understand hence I'm asking.
If possible would like the code to also loop back if the person input a invalid value.
input = 61.1.1.1
wanip = str(input("please key in WAN IP address:"))