23 lines
339 B
Text
23 lines
339 B
Text
{
|
|
"cells": [
|
|
{
|
|
"cell_type": "code",
|
|
"execution_count": null,
|
|
"metadata": {
|
|
"collapsed": false
|
|
},
|
|
"outputs": [],
|
|
"source": [
|
|
"try:\n",
|
|
" input = raw_input\n",
|
|
"except:\n",
|
|
" pass\n",
|
|
"\n",
|
|
"name = input(\"name: \")"
|
|
]
|
|
}
|
|
],
|
|
"metadata": {},
|
|
"nbformat": 4,
|
|
"nbformat_minor": 0
|
|
}
|