Skip to content

Instantly share code, notes, and snippets.

@kaustubhgupta
Created April 17, 2022 10:35
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 kaustubhgupta/8276620976c00b6629c09a214c90eb65 to your computer and use it in GitHub Desktop.
Save kaustubhgupta/8276620976c00b6629c09a214c90eb65 to your computer and use it in GitHub Desktop.
<h3>String Type (Upper Function): {{string_.upper()}}</h3>
<h3>Integer Type (Arithemtic Function): {{integer + 2}}</h3>
<h3>List Type (Slicing): {{skills[1]}}</h3>
<h3>Dictionary Type (Get Function): {{dictionary.get('2nd_year')}}</h3>
<h3>Class Type (Instance Function): {{class_.getMaxSpeed()}}</h3>
<h3>Set Type (Intersection Function): {{set_1.intersection(set_2)}}</h3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment