2 variables with statement python

37

with A() as a, B() as b, C() as c:
    doSomething(a,b,c)
with A() as a, B() as b, C() as c:
    doSomething(a,b,c)

Comments

Submit
0 Comments