Execute HQ9+/Python: Difference between revisions

Content added Content deleted
(Replace if ... elif ... elif ... with dispatch table.)
m (Categorization now in master page)
Line 1: Line 1:
{{collection|RCHQ9+}}{{implementation|HQ9+}}[[Category:Python]]
{{collection|RCHQ9+}}{{implementation|HQ9+}}


This example implements 'H', 'Q', '9' and '+'.
This [[Python]] example implements 'H', 'Q', '9' and '+'.


<lang python>import sys
<lang python>import sys