CiscoDevNet/python_code_samples_network

use of print statement

gregbo opened this issue · 2 comments

To be compatible with newer Python versions, I suggest using the print builtin function instead.

Most, if not all, of these samples were written for Python 2.7 where print 'string' was allowed. If you want to submit a PR to futurize the modules, we'd appreciate it.

Thanks for the PR!