Skip to content

Instantly share code, notes, and snippets.

@briandeheus
Created July 15, 2019 13:40
Show Gist options
  • Save briandeheus/b499020dd21f4a36670f812360cf84a1 to your computer and use it in GitHub Desktop.
Save briandeheus/b499020dd21f4a36670f812360cf84a1 to your computer and use it in GitHub Desktop.
My daughters first code
# Names of herself and her friends
names = [
'megumid.',
'anna',
'kana'
]
for name in names:
print('Hello', name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment