New
Fork
Embed
View raw
Report
Ifyouseethisline - python
Close
Embed
You can embed this paste into a blog or website with this code:
<iframe class="codetidy" type="text/html" width="100%" src="http://codetidy.com/paste/embed/2467" frameborder="0"></iframe>
Close
Add comment
Name
Comment
Validation
#!/usr/bin/python
import
os
print
(
"Hello, World!
\n
"
)
prg
=
'/bin/date'
try
:
os
.
execl
(
prg
,
prg
)
except
:
print
(
"If you see this line, exec() failed
\n
"
)
© 2011 Code Tidy