yawgmoth7 schrieb:
> I was discussing this in another email, sadly I have misplaced the
> email. I got the module IPy, and I am taking a variable from the
> user(An IP) and doing something like this:
>
> startip = raw_input("Enter start IP: ")
> ip = IPy.IP(startip\255)
> for x in ip():
>
>
>
I was discussing this in another email, sadly I have misplaced the
email. I got the module IPy, and I am taking a variable from the
user(An IP) and doing something like this:
startip = raw_input("Enter start IP: ")
ip = IPy.IP(startip\255)
for x in ip():
Well, this doesn't work(I knew it woul