Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update Advanced_IO.ipynb
  • Loading branch information
Aniruddh-0701 committed Oct 14, 2020
commit 5a276f99b861daef0dc6e3877798650f40a34c9d
24 changes: 18 additions & 6 deletions Advanced_IO.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,17 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Hi Hello\n"
]
}
],
"source": [
"# Example for two inputs\n",
"a, b = input().split()\n",
Expand All @@ -58,9 +66,13 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
"name": "Python 3.8.6 64-bit",
"display_name": "Python 3.8.6 64-bit",
"metadata": {
"interpreter": {
"hash": "74718df1314853026bb0cce840d2c630e8ec111d58e1e1a520de7c3ec0bea69b"
}
}
},
"language_info": {
"codemirror_mode": {
Expand All @@ -72,7 +84,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.6"
"version": "3.8.6-final"
}
},
"nbformat": 4,
Expand Down