Quick actions

cmd+k|ctrl+k

Navigation

Languages

Practice2

Snippet info

Language

Python

Visibility

public

Author

matrix19r

Created

2025-12-14T14:06:33.927464Z

Updated

2025-12-14T14:11:35.08566Z

# Escape Sequence
weather = "It\'s \"kind of\" sunny"
print(weather)
INFO