Name: Anonymous 2009-03-30 22:02
its so cool i figurd out this function called exec today and i figured out how to make FULL PYTHON in two lines of code here it is
[code]
while 1:
exec(raw_input('enter python code'))
[code]
it reely works try it for ur self lets see c++ do that >:D
[code]
while 1:
exec(raw_input('enter python code'))
[code]
it reely works try it for ur self lets see c++ do that >:D