Quick actions

cmd+k|ctrl+k

Navigation

Languages

T1

Snippet info

Language

Python

Visibility

public

Author

newmanchuck

Created

2026-01-05T04:49:34.774136Z

Updated

2026-01-05T04:49:53.272854Z

x = 35e3
z = -87e7
print(x)
print(z)
INFO