Skip to content

Instantly share code, notes, and snippets.

@haikieu
Last active June 26, 2018 07:44
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 haikieu/c18491763e91baeb70b169ea0a5f080f to your computer and use it in GitHub Desktop.
Save haikieu/c18491763e91baeb70b169ea0a5f080f to your computer and use it in GitHub Desktop.
Sequential execution
print("Task 1")
print("Task 2")
print("Task 3")
//What is the output?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment