View Problem

Define a static list

Define the list [One, Two, Three, Four, Five]
DiskEdit
python
list = ['One', 'Two', 'Three', 'Four', 'Five']
print list
ExpandDiskEdit
erlang
List = [one, two, three, four, five],
ExpandDiskEdit
erlang
List = ['One', 'Two', 'Three', 'Four', 'Five'],

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