Skip to content

Instantly share code, notes, and snippets.

View ronilpatel's full-sized avatar

Ronil Patel ronilpatel

  • Nadiad, Gujarat, India
View GitHub Profile
@ronilpatel
ronilpatel / Experiment.py
Last active December 20, 2022 16:15 — forked from k0emt/Experiment.py
Basic Hello world in Python with corresponding unittest
__author__ = 'k0emt'
class Greeter:
def __init__(self):
self.message = 'Hello world'
# print self.message