mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Whitespace normalization.
This commit is contained in:
parent
3053667d09
commit
4511a713d5
8 changed files with 64 additions and 72 deletions
|
@ -10,4 +10,3 @@ age = 72
|
|||
cur.execute("select name_last, age from people where name_last=:who and age=:age",
|
||||
{"who": who, "age": age})
|
||||
print cur.fetchone()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue