phpython Code
a python interpreter written in php
Status: Pre-Alpha
Brought to you by:
francescobianco
--- a/trunk/www/test/class.py +++ b/trunk/www/test/class.py @@ -1,4 +1,5 @@ -class ciccio: - print ciccio - print ciccia +class MyFirstClass: + def my_first_method(self): + return False +