Created
March 17, 2021 15:12
-
-
Save alongubkin/1a34ee4c516aa78e9625cb229aeb8c05 to your computer and use it in GitHub Desktop.
Untitled0.ipynb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nbformat": 4, | |
"nbformat_minor": 0, | |
"metadata": { | |
"colab": { | |
"name": "Untitled0.ipynb", | |
"provenance": [], | |
"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/gist/alongubkin/1a34ee4c516aa78e9625cb229aeb8c05/untitled0.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"metadata": { | |
"id": "2hF2pqJMs6GK", | |
"colab": { | |
"base_uri": "https://localhost:8080/" | |
}, | |
"outputId": "8f633fe5-f8d6-41e0-bd8b-f7949c6059c9" | |
}, | |
"source": [ | |
"print('a')\r\n", | |
"print('my name is Snir')" | |
], | |
"execution_count": null, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"text": [ | |
"a\n", | |
"my name is Snir\n" | |
], | |
"name": "stdout" | |
} | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"metadata": { | |
"id": "ekMRDkPrtmhs" | |
}, | |
"source": [ | |
"\r\n" | |
], | |
"execution_count": null, | |
"outputs": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment