Quick actions

cmd+k|ctrl+k

Navigation

Languages

String Concatenation

Snippet info

Language

Python

Visibility

public

Author

ankushsahu203

Created

2026-07-11T06:50:34.195346Z

Updated

2026-07-11T07:00:03.747327Z

print("hello"+" Ankush Sahu")

# print("hello"+3)
#Error bcz it doesn't add str and int or two different data types
INFO