я тут

This commit is contained in:
Матвей Карачев 2026-04-04 10:06:39 +03:00
parent d82fcc3dfb
commit 551b0456c4
3 changed files with 3 additions and 1 deletions

1
.idea/uga.iml generated
View File

@ -3,6 +3,7 @@
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.venv" /> <excludeFolder url="file://$MODULE_DIR$/.venv" />
<excludeFolder url="file://$MODULE_DIR$/practice_project/.venv" />
</content> </content>
<orderEntry type="jdk" jdkName="Python 3.12 (uga)" jdkType="Python SDK" /> <orderEntry type="jdk" jdkName="Python 3.12 (uga)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />

1
.idea/vcs.xml generated
View File

@ -2,5 +2,6 @@
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" /> <mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/practice_project" vcs="Git" />
</component> </component>
</project> </project>

View File

@ -15,4 +15,4 @@ if __name__ == "__main__":
price = get_total(100, 5) price = get_total(100, 5)
with_tax = apply_tax(price) with_tax = apply_tax(price)
final_report(with_tax) final_report(with_tax)
вау вау