Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Challenge 5 ,6 ,7, 8,9,10,12 ,15, 18, 19 & 22 #1110

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Empty file added FETCH_HEAD
Empty file.
1 change: 1 addition & 0 deletions challengers-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
1. [Mrinal](https://github.com/mrinal1224)
2. [Shivay](https://github.com/shivaylamba)
3. [Raghav](https://github.com/raghavdhingra)
4. [Sreeja Saha](https://github.com/sreejasaha19)
10 changes: 10 additions & 0 deletions contributors/sreejasaha19/demo_code.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""" Basic python program to print hello world"""


def greet():

"""Function to print Hello world"""
print("Hello world")


greet()
4 changes: 4 additions & 0 deletions contributors/sreejasaha19/gist-solutions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
Link of software development related topic gist: https://gist.github.com/sreejasaha19/4c9c957498177bc8f48ceea79c068378
Link of code snippet in Python gist: https://gist.github.com/sreejasaha19/6942bf46f17cffc4cd4f9ed5152f2d69
---
8 changes: 8 additions & 0 deletions contributors/sreejasaha19/sreejasaha19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Sreeja Saha
github_user_name: sreejasaha19
url_of_github_issue: https://github.com/scaleracademy/scaler-september-open-source-challenge/issues/126#issue-1358568239
your_favroite_programming_language: Python
your_hosted_github_pages_link: https://sreejasaha19.github.io/
your_hosted_github_pages_repository_link: https://github.com/sreejasaha19/sreejasaha19.github.io
---
1 change: 1 addition & 0 deletions scaler-september-open-source-challenge
Submodule scaler-september-open-source-challenge added at c23ba1
Empty file added vim
Empty file.