Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save thomasgassmann/71009bd0f7817035f4fd19cfa302bbb6 to your computer and use it in GitHub Desktop.

Select an option

Save thomasgassmann/71009bd0f7817035f4fd19cfa302bbb6 to your computer and use it in GitHub Desktop.
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