Quick actions

cmd+k|ctrl+k

Navigation

Languages

String Indexes

Snippet info

Language

Python

Visibility

public

Author

cslxuser

Created

2025-03-31T17:31:26.115611Z

Updated

2025-03-31T17:37:07.406264Z

selfish = '01234567'
           #01234567
# [start:stop:stepover]
print(selfish[::-1])

INFO