Skip to content

Commit 189430c

Browse files
authored
Create extra_end.py
1 parent 26308e8 commit 189430c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

String-1/extra_end.py

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)