Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
formatter
/
pep8ExtraneousWhitespace.py
blob: 3e8f4947660599e255c30cbfab5fafc71b8a520e [
file
] [
log
] [
blame
]
spam
(
ham
[
1
],
{
eggs
:
2
}
)
if
x
==
4
:
print
x
,
y
;
x
,
y
=
y
,
x
spam
(
1
)
dict
[
'key'
]
=
list
[
index
]