Files
wbs-python/python/test.ipynb
T

70 lines
1.2 KiB
Plaintext
Raw Normal View History

2026-07-22 12:04:02 +02:00
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": "# Test",
"id": "5f992ca0ee06c01c"
},
{
"metadata": {
"collapsed": true,
"ExecuteTime": {
"end_time": "2026-07-22T08:14:47.152767500Z",
"start_time": "2026-07-22T08:14:47.121874300Z"
}
},
"cell_type": "code",
"source": [
"a = 50\n",
"print(50)"
],
"id": "cc6e758282212d7a",
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"50\n"
]
}
],
"execution_count": 1
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2026-07-22T08:15:04.685063100Z",
"start_time": "2026-07-22T08:15:04.670671300Z"
}
},
"cell_type": "code",
"source": "a = a + 10",
"id": "7359f0aee5a53934",
"outputs": [],
"execution_count": 2
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}