We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26308e8 commit 189430cCopy full SHA for 189430c
String-1/extra_end.py
@@ -0,0 +1,4 @@
1
+def extra_end(str):
2
+ return str[-2:]*3
3
+
4
+# https://www.pythonforbeginners.com/basics/string-manipulation-in-python
0 commit comments