Skip to content

Instantly share code, notes, and snippets.

@srang992
Created November 20, 2022 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srang992/15616bebd7201cd73ac593564e75cc77 to your computer and use it in GitHub Desktop.
Save srang992/15616bebd7201cd73ac593564e75cc77 to your computer and use it in GitHub Desktop.
my_list = ["Julia", "Python", "R", "C++"]
println(my_list)
# it will return ["Julia", "Python", "R", "C++"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment