Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhir2016 committed May 19, 2020
1 parent 7ba7b46 commit 8aabbcb
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions Python_Program.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Python Program.ipynb",
"provenance": [],
"authorship_tag": "ABX9TyPdkbHJIP8B04f15vGWzqNP",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/sudhir2016/Alexa/blob/master/Python_Program.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "87WiHWIm-RhY",
"colab_type": "text"
},
"source": [
"My first Python program"
]
},
{
"cell_type": "code",
"metadata": {
"id": "jqcqo6wz-fdl",
"colab_type": "code",
"colab": {}
},
"source": [
"a=3"
],
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "DAWynEQz-j90",
"colab_type": "code",
"colab": {}
},
"source": [
"b=4"
],
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "8FGqpdDt-lxt",
"colab_type": "code",
"colab": {}
},
"source": [
"c=a+b"
],
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "SCeLaZoh-opi",
"colab_type": "code",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
},
"outputId": "806ed1ba-58e9-4fca-f410-6a7d919fed5d"
},
"source": [
"print(c)"
],
"execution_count": 5,
"outputs": [
{
"output_type": "stream",
"text": [
"7\n"
],
"name": "stdout"
}
]
}
]
}

0 comments on commit 8aabbcb

Please sign in to comment.