5 lines
80 B
Python
5 lines
80 B
Python
|
|
||
|
def try_something_silly(name):
|
||
|
file('/tmp/foo', 'w').write("hello " + name)
|
||
|
|