Skip to content Skip to sidebar Skip to footer

Python Underscore Variable

In interactive python, there is the 'continuation variable', the underscore. >>> import netlib >>> netdev = netlib.netface('eth1') >>> if netdev.getIP():

Solution 1:

No. It is only available within the Python REPL.


Post a Comment for "Python Underscore Variable"