Created
February 2, 2020 14:38
-
-
Save rbelando/226c6fd8fea7339f6e4b3629deb97530 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
array = ['h','e','l','o',' ','w','r','d','!',','] | |
string = array[0].capitalize() + array[1] + array[2] + array[2] + array[3] +\ | |
array[9] + array[4] + array[5] + array[3] + array[6] + array[2] + array[7] + array[8] | |
print(string) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment