mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
fix indentation
This commit is contained in:
parent
ba54edadb3
commit
3ac2f24f25
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
def greet(name):
|
||||
print("Hello, {0}!".format(name))
|
||||
print("Hello, {0}!".format(name))
|
||||
print("What's your name?")
|
||||
name = input()
|
||||
greet(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue