Skip to content
Snippets Groups Projects
Commit b9d3db55 authored by VALLET Armel's avatar VALLET Armel
Browse files

added class Tablerte choco

parent f3226395
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4"> <module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" /> <content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" /> <orderEntry type="jdk" jdkName="Python 3.10 (TP EDO)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
</module> </module>
\ No newline at end of file
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
<component name="Black"> <component name="Black">
<option name="sdkName" value="Python 3.10 (TP5)" /> <option name="sdkName" value="Python 3.10 (TP5)" />
</component> </component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (TP5)" project-jdk-type="Python SDK" /> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (TP EDO)" project-jdk-type="Python SDK" />
</project> </project>
\ No newline at end of file
print("hello world") class TabletteChocolat:
\ No newline at end of file def __init__(self, m, n):
self.m = m
self.n = n
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment