Skip to content

Instantly share code, notes, and snippets.

@goyuninfo
Created May 23, 2020 00:38
Show Gist options
  • Save goyuninfo/c3ea69df6ffbcdfe41c68430f09153be to your computer and use it in GitHub Desktop.
Save goyuninfo/c3ea69df6ffbcdfe41c68430f09153be to your computer and use it in GitHub Desktop.
sample = ['goyun.info', 'nextruby.com', 'sqley.com']
for i in sample:
print(i)
@goyuninfo
Copy link
Author

output:
goyun.info
nextruby.com
sqley.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment