Files
vscode/extensions/copilot/test/simulation/fixtures/notebook/variables.ipynb
T
2025-06-27 11:35:20 +02:00

24 lines
427 B
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"seconds_in_a_day = 24 * 60 * 60\n",
"seconds_in_a_week = 7 * seconds_in_a_day\n",
""
]
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}