Quick actions

cmd+k|ctrl+k

Navigation

Languages

Walrus Operator 

Snippet info

Language

Python

Visibility

public

Author

dharmendrarah

Created

2023-01-14T12:39:08.532954Z

Updated

2023-01-14T12:39:08.532954Z


a="hellllooooooo"
if ((n:=len(a))>10):
    print(f"Text is {n} very long")
INFO