View Problem

Define a static list

Define the list [One, Two, Three, Four, Five]
DiskEdit
python
list = ['One', 'Two', 'Three', 'Four', 'Five']
print list

Submit a new solution for python
There are 35 other solutions in additional languages (clojure, cpp, csharp, erlang ...)