Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
formatter
/
tupleAssignment.py
blob: 3218dc78e424d68a83f4146b5d9aad1611e114cf [
file
] [
log
] [
blame
]
def
bad_autoformat_example
():
a
=
5
b
=
10
print
a
,
b
(
a
,
b
)
=
b
,
a
print
a
,
b
a
,
b
=
b
,
a
print
a
,
b