Skip to content

Commit 5251f3e

Browse files
authored
Update Python - String Methods expandtabs().txt
1 parent 83ba985 commit 5251f3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python - String Methods expandtabs().txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ txt = "H\te\tl\tl\to"
33
x = txt.expandtabs(2)
44

55
print(x)
6+
//creater by Sanusanth

0 commit comments

Comments
 (0)