Created
July 15, 2019 13:40
-
-
Save briandeheus/b499020dd21f4a36670f812360cf84a1 to your computer and use it in GitHub Desktop.
My daughters first code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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