• toc: true
  • branch: master
  • badges: true
  • comments: true
  • categories: [jupyter] # My Jupyter Notebook

    "Here is a line of code which will print Hello World!"

print ("Hello World!")
print ("My name is Rohan")
Hello World!
My name is Rohan