fix indentation
This commit is contained in:
parent
ba54edadb3
commit
3ac2f24f25
|
@ -36,7 +36,7 @@ original file will also be made.) This is done with the :option:`-w` flag::
|
||||||
:file:`example.py` will now look like this::
|
:file:`example.py` will now look like this::
|
||||||
|
|
||||||
def greet(name):
|
def greet(name):
|
||||||
print("Hello, {0}!".format(name))
|
print("Hello, {0}!".format(name))
|
||||||
print("What's your name?")
|
print("What's your name?")
|
||||||
name = input()
|
name = input()
|
||||||
greet(name)
|
greet(name)
|
||||||
|
|
Loading…
Reference in New Issue