mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
fix indentation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user