Skip to content

Instantly share code, notes, and snippets.

View ax-hd's full-sized avatar

Akshay Shinde ax-hd

  • Dents
  • India
View GitHub Profile
@ax-hd
ax-hd / NewCreation.txt
Created October 16, 2019 15:59
Hello World Patch Example
This is the content of new created gist.
@ax-hd
ax-hd / NewCreation.txt
Created October 16, 2019 16:00
Student Creates Gist
This is the content of new created gist.
@ax-hd
ax-hd / helloWorld.py
Created October 17, 2019 04:11
Hello World
print('Hello
World')
@ax-hd
ax-hd / hello_world.py
Created October 17, 2019 05:16
Hello World Examples
class HelloWorld:
def __init__(self, name):
self.name = name.capitalize()
def sayHi(self):
print "Hello " + self.name + "!"
hello = HelloWorld("world")
hello.sayHi()
@ax-hd
ax-hd / NewCreation.txt
Created October 17, 2019 05:57
Student Creates Gist
This is the content of new created gist.
@ax-hd
ax-hd / testfileX.txt
Created October 17, 2019 06:01
My test Gist
this is the test file content for My test Gist
testing
testing
testing
testing