Quick actions

cmd+k|ctrl+k

Navigation

Languages

Variables

Snippet info

Language

Python

Visibility

public

Author

bensruthy

Created

2026-03-09T15:47:30.779962Z

Updated

2026-03-09T15:47:30.779962Z

test=7
test=10
print(test)

a,b,c=1,2,3
print(a)
print(b)
print(c)
INFO