Quick actions

cmd+k|ctrl+k

Navigation

Languages

Common List Pattern

Snippet info

Language

Python

Visibility

public

Author

harshdeepsaini2757

Created

2025-11-05T22:06:05.845429Z

Updated

2025-11-05T22:06:05.845429Z

print(list(range(101)))
sentrnce = ' '
new_semtence = sentrnce.join(['hi','bye','hlo'])
print(new_semtence)
INFO