Category:Python: Difference between revisions

Content added Content deleted
(Use of command-line examples allowed.)
Line 24: Line 24:
* Conditionally importing reduce if it is not found.
* Conditionally importing reduce if it is not found.
This style is not a requirement for Python code on RC, but it may be in use and should not necessarily be 'corrected' if found in examples.
This style is not a requirement for Python code on RC, but it may be in use and should not necessarily be 'corrected' if found in examples.

The command line is often used in Python for short pieces of code, and so, again; examples showing such use are not incorrect and may be left.


==See Also==
==See Also==