chiark
/
gitweb
/
~mdw
/
runlisp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
lib.c: Make `search_recursive' be static, as it should be.
[runlisp]
/
bench
/
t.py
1
#! /usr/bin/python
2
3
import sys as SYS
4
5
print("""\
6
Hello from Python!
7
Script = `%s'
8
Arguments = (%s)""" %
9
(SYS.argv[0], ", ".join("`%s'" % arg for arg in SYS.argv[1:])))