Created
July 21, 2018 20:41
-
-
Save thomasgassmann/71009bd0f7817035f4fd19cfa302bbb6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| x = ['print("x =", x)', 'for m in x: print(m)'] | |
| print("x =", x) | |
| for m in x: print(m) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment