Python 2.2 für Einsteiger
<<< Previous
Einführung anhand von Beispielen
Next >>>
Python in Python Interpreter
#!/usr/bin/python
command="for i in range(100): print i"
exec(command)
<<< Previous
Home
Next >>>
Anhängen an eine Liste
Up
Filtern mit lambda Operator