Skip to content

Instantly share code, notes, and snippets.

@IndhumathyChelliah
Created July 21, 2020 04:21
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 IndhumathyChelliah/c5a600e73f11b5b15b5f9d785011e062 to your computer and use it in GitHub Desktop.
Save IndhumathyChelliah/c5a600e73f11b5b15b5f9d785011e062 to your computer and use it in GitHub Desktop.
l1=['red','blue']
l2=[i.upper() for i in l1]
print (l2)#Output:['RED', 'BLUE']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment