Show motive results

This commit is contained in:
Anthony Leland 2020-10-28 22:12:05 -04:00
parent 5e93fe9def
commit 40f06695bc

View file

@ -169,7 +169,24 @@
"\n",
"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",
@ -185,7 +202,24 @@
"\n",
"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": {