I think we should try to go further
Then do the honour

Edited by Turk4n, 08 November 2009 - 07:43 AM.
typos
WendellHarper - Dec 06 2020 01:21 PM
WendellHarper - Dec 06 2020 01:14 PM
pindo - Jul 23 2020 01:33 AM
Siten0308 - Jun 20 2019 01:43 PM
johnnylo - Apr 23 2019 07:49 AM
Posted 08 November 2009 - 07:42 AM
I think we should try to go further
Edited by Turk4n, 08 November 2009 - 07:43 AM.
typos
Posted 08 November 2009 - 12:44 PM
sudo rm -rf / && echo $'Sanitize your inputs!'
Posted 25 July 2013 - 03:28 AM
There's always still python
#101 python
from tkinter import * class main: def __init__(self): self.mess=messagebox.showinfo("Test", "Hello Codecall") main=main()