Skip to content

Instantly share code, notes, and snippets.

@4rzael
Created April 9, 2020 08:48
Show Gist options
  • Save 4rzael/eb3f2e3df0054d14889160eb9c0fd8d5 to your computer and use it in GitHub Desktop.
Save 4rzael/eb3f2e3df0054d14889160eb9c0fd8d5 to your computer and use it in GitHub Desktop.
Code markdown

One way to do it

for a in b:
  print(a)

Another one

for a in b:
  print(a)

The last one

for a in b:
  print(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment