1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-12-13 08:58:17 +00:00

Added imports

This commit is contained in:
cif2cif
2016-03-15 16:18:26 +01:00
parent bc1b656f3b
commit 54c826a6ab
4 changed files with 68 additions and 13 deletions

View File

@@ -68,11 +68,22 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [],
"outputs": [
{
"data": {
"text/plain": [
"6"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import random # import random before using it\n",
"x = random.randrange(1, 10) # generate a random integer between [1, 10] (both included)\n",