Quick actions

cmd+k|ctrl+k

Navigation

Languages

variables

Snippet info

Language

Python

Visibility

public

Author

andres02-

Created

2025-08-26T23:17:36.122482Z

Updated

2025-08-27T10:29:52.360581Z

log = 200
wood = log/4

print(wood)
print(float(4 +6))
INFO