rdrdrdrzzttuuvuctgutgcoolüjfeopwjfpiarohgoiprhtj5ziohtriooirhiodhäaoihoiahroiäaoihg

This commit is contained in:
Spongebob-Schwammkopf
2019-07-24 07:55:23 +02:00
parent cf97961f8e
commit 6b7153e8d3
7 changed files with 36 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="Unittests" />
</component>
</module>
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7" project-jdk-type="Python SDK" />
</project>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/Projekttage.iml" filepath="$PROJECT_DIR$/.idea/Projekttage.iml" />
</modules>
</component>
</project>
Generated
+6
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>
+7
View File
@@ -0,0 +1,7 @@
print ("Hallo mein Name ist Kot")
name = input ("Und dein Name?")
print ("Ist dein Name wirklich" + name + "?")
print ("nein du lauch")
name2 = input("Wie heißt du dann???")
print ("ich heiße" + name2 + "du lauch")
print ("Ich heiße Karl Heinz der große du Lauch")
View File
View File