This commit is contained in:
Marco Di Martino 2025-11-06 16:36:56 +01:00
parent b5f434ac6b
commit 37bb1d81e0
3 changed files with 14 additions and 0 deletions

6
.idea/misc.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.12 (MatrixMania)" />
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -1,3 +1,5 @@
# created by ChatGPT
from typing import List
import math
from tabulate import tabulate