Skip to content

Instantly share code, notes, and snippets.

@alexanderawwagner
Created March 5, 2021 14:39
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 alexanderawwagner/5f4f83cb594b2914209b284163e5e44c to your computer and use it in GitHub Desktop.
Save alexanderawwagner/5f4f83cb594b2914209b284163e5e44c to your computer and use it in GitHub Desktop.
Medium_04_Python Course-Part 04- Control Structures
sList = [i * i for i in range(10)]
print("Value with List comprehension: ", sList)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment