We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26eed82 commit b4b4aeaCopy full SHA for b4b4aea
🪙 S4/11656.py
@@ -0,0 +1,4 @@
1
+s = input()
2
+arr = sorted([s[i:] for i in range(len(s))])
3
+for i in arr:
4
+ print(i)
0 commit comments