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