Paragraph
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
aList=[1,1,1] | |
bList=[2,2,2] | |
cList=[3,3,3] | |
_________________ | |
List1 = aList | |
List1.append(0) | |
_________________ | |
#Different of: |
- Create or find a gist that you own.
- Clone your gist (replace
<hash>
with your gist's hash):# with ssh git clone [email protected]:<hash>.git mygist # with https
git clone https://gist.github.com/.git mygist