6 lines
67 B
Python
6 lines
67 B
Python
|
def foo():
|
||
|
print("Four spaces")
|
||
|
print("Four tabs")
|
||
|
|
||
|
foo()
|