Quick actions

cmd+k|ctrl+k

Navigation

Languages

Math (-7/3=-(0.1+1/3+1.9)?)

Snippet info

Language

Python

Visibility

public

Author

zostay

Created

2016-07-09T02:36:37Z

Updated

2016-07-09T02:36:37Z

print(-7/3 == -(0.1 + 1/3 + 1.9))
print(-7/3 == -(0.1 + 1.9 + 1/3))
INFO