notebook.community
Edit and run
In [1]: print(len([0, 1, 2]))
print(len([0, 1, 2]))
3
In [2]: print(abs(-10))
print(abs(-10))
10