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

Scaler Challenges Submissions #1109

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions Challenges/challenge_1.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
## Welcome to Challenge 1
# Welcome to Challenge 1

Welcome to the first challenge!
We will start off with an easy task.
Welcome to the first challenge!
We will start off with an easy task.

Task:
Create a [new issue](https://github.com/scaleracademy/scaler-september-open-source-challenge/issues/new) on this repository with the following details to be added to the content of the issue:
Task:
Create a [new issue](https://github.com/scaleracademy/scaler-september-open-source-challenge/issues/new) on this repository with the following details to be added to the content of the issue:

```
name: Add your name here
github_user_name: add your github username here
```

GitHub_user_name: add your GitHub username here
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. [Kishan](https://github.com/kishanrajput23)
5 changes: 5 additions & 0 deletions contributors/kishanrajput23/digits_sum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
n = input()
total = 0
for ele in n:
total += int(ele)
print("Sum of digits of the number " + n + " is", total)
5 changes: 5 additions & 0 deletions contributors/kishanrajput23/gist-solutions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Challenge 18 - 2 Gists

- Task 1 : [Decorators in Python](https://gist.github.com/kishanrajput23/e273f3f43c5d14be10e6155ffcce2d78)

- Task 2 : [Palindrome Program in Java](https://gist.github.com/kishanrajput23/b87c8f6081d51d9d24b9573420369024)
8 changes: 8 additions & 0 deletions contributors/kishanrajput23/kishanrajput23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name : Kishan Kumar Rai
github_user_name : kishanrajput23
url_of_github_issue : https://github.com/scaleracademy/scaler-september-open-source-challenge/issues/109
your_favroite_programming_language: Python
your_hosted_github_pages_link: https://kishanrajput23.github.io/Basic-Portfolio/
your_hosted_github_pages_repository_link: https://github.com/kishanrajput23/Basic-Portfolio
---