[ create a new paste ] login | about

Link: http://codepad.org/qkudHj6v    [ raw code | output | fork ]

Python, pasted on Apr 6:
1
2
name = [1,"lst",2.3,"Kyle"]
print(name)


Output:
1
[1, 'lst', 2.2999999999999998, 'Kyle']


Create a new paste based on this one


Comments: