mirror of
https://github.com/simtactics/servo.git
synced 2025-03-24 11:49:07 +00:00
Show motive results
This commit is contained in:
parent
5e93fe9def
commit
40f06695bc
1 changed files with 36 additions and 2 deletions
|
@ -169,7 +169,24 @@
|
||||||
"\n",
|
"\n",
|
||||||
"PrintMotives(motives);"
|
"PrintMotives(motives);"
|
||||||
],
|
],
|
||||||
"outputs": []
|
"outputs": [
|
||||||
|
{
|
||||||
|
"output_type": "execute_result",
|
||||||
|
"data": {
|
||||||
|
"text/plain": "Hunger: 76\r\nFun: 11\r\nBladder: 43\r\nSocial: 54\r\nEnvironment: 19\r\n"
|
||||||
|
},
|
||||||
|
"execution_count": 1,
|
||||||
|
"metadata": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"output_type": "execute_result",
|
||||||
|
"data": {
|
||||||
|
"text/plain": "Mood: 282\r\n"
|
||||||
|
},
|
||||||
|
"execution_count": 1,
|
||||||
|
"metadata": {}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
|
@ -185,7 +202,24 @@
|
||||||
"\n",
|
"\n",
|
||||||
"PrintMotives(motives);"
|
"PrintMotives(motives);"
|
||||||
],
|
],
|
||||||
"outputs": []
|
"outputs": [
|
||||||
|
{
|
||||||
|
"output_type": "execute_result",
|
||||||
|
"data": {
|
||||||
|
"text/plain": "Hunger: 100\r\nFun: 42\r\nBladder: 92\r\nSocial: 100\r\nEnvironment: 53\r\n"
|
||||||
|
},
|
||||||
|
"execution_count": 1,
|
||||||
|
"metadata": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"output_type": "execute_result",
|
||||||
|
"data": {
|
||||||
|
"text/plain": "Mood: 487\r\n"
|
||||||
|
},
|
||||||
|
"execution_count": 1,
|
||||||
|
"metadata": {}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue