We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82deca3 commit 00617e5Copy full SHA for 00617e5
left_pad.py
@@ -1,3 +1,5 @@
1
+# -*- coding: utf-8 -*-
2
+
3
class StringUtils:
4
# @param {string} originalStr the string we want to append to
5
# @param {int} size the target length of the string
0 commit comments