26/main.ipynb
2024-10-01 08:26:48 +00:00

62 lines
1.3 KiB
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": 5,
"id": "e706cfb0-2234-4c4c-95d8-d1968f656aa0",
"metadata": {
"tags": []
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"515137117423803644429980410789004558123659486689659784966832951094733292177381847964722134800160137646898658467293025470746261443401\n"
]
}
],
"source": [
"from tms_data_interface import SQLQueryInterface\n",
"\n",
"class Scenario:\n",
" seq = SQLQueryInterface()\n",
"\n",
" def logic(self, **kwargs):\n",
" pass\n",
" # Write your code herepass\n",
"print(99**66)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "4411189c-e254-4f05-8de7-97f7cc3c743f",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
}
},
"nbformat": 4,
"nbformat_minor": 5
}