We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ba985 commit 5251f3eCopy full SHA for 5251f3e
Python - String Methods expandtabs().txt
@@ -3,3 +3,4 @@ txt = "H\te\tl\tl\to"
3
x = txt.expandtabs(2)
4
5
print(x)
6
+//creater by Sanusanth
0 commit comments