Quick actions

cmd+k|ctrl+k

Navigation

Languages

demo

Snippet info

Language

Python

Visibility

public

Author

rajveer

Created

2023-07-24T07:13:24.487167Z

Updated

2023-07-24T07:13:24.487167Z

fave_language = "Python"

print("I like coding in " + fave_language + " the most")
INFO