Skip to content

Instantly share code, notes, and snippets.

@vishalsingha
Last active January 30, 2021 12:08
Show Gist options
  • Save vishalsingha/2177df95b4031ecc422208670a79ebe3 to your computer and use it in GitHub Desktop.
Save vishalsingha/2177df95b4031ecc422208670a79ebe3 to your computer and use it in GitHub Desktop.
Welcome To Colaboratory
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Welcome To Colaboratory",
"provenance": [],
"collapsed_sections": [],
"include_colab_link": true
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/vishalsingha/2177df95b4031ecc422208670a79ebe3/welcome-to-colaboratory.ipynb\" target=\"_blank\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "RnGCCxkwLvaP",
"outputId": "14653626-9bfe-452e-89d3-1c0c4925fc63"
},
"source": [
"print(r'what\\'s app')\r\n",
"print(r'hi \\n this is king')"
],
"execution_count": 1,
"outputs": [
{
"output_type": "stream",
"text": [
"what\\'s app\n",
"hi \\n this is king\n"
],
"name": "stdout"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment