Amer writes:
> Hello,
>
> I would like to thank you for your great effort
> I have this question:
>
> I want to do the following IP address style in python
>
> ANY.45.10.ANY
> ANY.x.y.z
This list is for developing the Python language itself (including the
CPython interpreter and the st
Hello,
I would like to thank you for your great effort
I have this question:
I want to do the following IP address style in python
ANY.45.10.ANY
ANY.x.y.z
I tried something like:
10.45.10.1 0.255.255.0, but it is not accepted I got some errors
Any help is appreciated
Best regards,
Amer
___