user25986
0
Q:

x for x in python

# This could be said as:
x for x in thing: 
# Or
for x in thing:
    return x # Or whatever that puts x in some variable

# Same thing, just really dodgy syntax.
0

New to Communities?

Join the community