Jump to content

Execute HQ9+/Python: Difference between revisions

m
Fixed syntax highlighting.
m (Fixed syntax highlighting.)
Line 3:
This [[Python]] example implements 'H', 'Q', '9' and '+'.
 
<langsyntaxhighlight lang="python">import sys
 
def hello():
Line 65:
for i in src.lower():
if i in dispatch:
dispatch[i]()</syntaxhighlight>
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.