TITLE This is the first file. Below is a python code snippet. >>> a = [1,2,3,4,5] >>> for i in a: print(i) # 1,2,3,4,5 Sub-Title Below is a linux command $ mkdir Hello-world $ cd Hello-world $ git init Learn Pytorch