Quick actions

cmd+k|ctrl+k

Navigation

Languages

Keyword

Snippet info

Language

Python

Visibility

public

Author

chausage

Created

2024-11-26T07:34:37.209228Z

Updated

2024-11-26T07:34:37.209228Z

import keyword
print (sorted(keyword.kwlist))
INFO