We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0aef4 commit 1540777Copy full SHA for 1540777
test_rpartition/test_rpartition.py
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env python
2
+# coding=utf-8
3
+
4
+temp = "good-123"
5
6
+result = temp.rpartition("good-")
7
8
+print result
0 commit comments