Skip to content
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
7 changes: 6 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2426,4 +2426,9 @@ Noida
#### Name: [Ítalo Epifânio](https://github.com/itepifanio)
- Place: Natal, Brazil
- Bio: Web developer PHP and Python
- Github: [Ítalo Epifânio](https://github.com/itepifanio)
- Github: [Ítalo Epifânio](https://github.com/itepifanio)

#### Name: [Priyansh Tyagi](https://github.com/priyanshty19)
- Place: Delhi, India
- Bio: ML enthusiast and Python Programmer
- Github: [Priyansh Tyagi](https://github.com/priyanshty19)
18 changes: 18 additions & 0 deletions profiles/Priyansh_Tyagi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Priyansh Tyagi

### Location

Delhi, India

### Academics

Presently Persuing B.Tech in Delhi Technological University

### Interests

- Learning new stuff
- Machine Learning

### Profile Link

[Priyansh Tyagi](https://github.com/priyanshty19)
54 changes: 54 additions & 0 deletions scripts/hello_world_priyanshty19.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello, World\n"
]
}
],
"source": [
"# LANGUAGE: Python\n",
"# ENV: Python IDLE\n",
"# AUTHOR: Priyansh Tyagi\n",
"# GITHUB: https://github.com/priyanshty19\n",
"\n",
"print(\"Hello, World\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}