From 546301fef2e60e5b43bfc4c26beda058dbfd2021 Mon Sep 17 00:00:00 2001 From: priyanshty19 Date: Sun, 18 Oct 2020 04:15:42 +0530 Subject: [PATCH] Files added for hacktoberfest --- CONTRIBUTORS.md | 7 +++- profiles/Priyansh_Tyagi.md | 18 ++++++++++ scripts/hello_world_priyanshty19.py | 54 +++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 profiles/Priyansh_Tyagi.md create mode 100644 scripts/hello_world_priyanshty19.py diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fc7e027d68..8f67944fe5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -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) \ No newline at end of file +- 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) \ No newline at end of file diff --git a/profiles/Priyansh_Tyagi.md b/profiles/Priyansh_Tyagi.md new file mode 100644 index 0000000000..9d966550ce --- /dev/null +++ b/profiles/Priyansh_Tyagi.md @@ -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) \ No newline at end of file diff --git a/scripts/hello_world_priyanshty19.py b/scripts/hello_world_priyanshty19.py new file mode 100644 index 0000000000..b25f39c689 --- /dev/null +++ b/scripts/hello_world_priyanshty19.py @@ -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 +}