Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 6, 2019 03:39
Show Gist options
  • Save Ventsislav-Yordanov/2b70f107faee4e6e4c0630156413d656 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/2b70f107faee4e6e4c0630156413d656 to your computer and use it in GitHub Desktop.
smoothie_fruits = ("Pineapple", "orange", "banana", "apple")
for fruit in smoothie_fruits:
print(fruit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment