Quick actions

cmd+k|ctrl+k

Navigation

Languages

3-12-2024

Snippet info

Language

Python

Visibility

public

Author

chausage

Created

2024-12-03T06:28:47.669254Z

Updated

2024-12-03T06:28:47.669254Z

# Create a list in a range of 10-20 
x = [*range(20)]
Lst=(x)
  
# Print the list 
print(x) 
print(:10) 
INFO