This commit is contained in:
LockeDerBoss
2019-07-22 10:29:26 +02:00
parent 191e0b83d9
commit a3ed87c5bc
7 changed files with 44 additions and 1 deletions
+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>
+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>
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>
+13
View File
@@ -0,0 +1,13 @@
print("Wie alt bist du?")
name = input ("Wie heißt du?")
alter = int (input("Wie alt bist du?"))
print(name)
print(alter)
if alter >=10;
print ("Sie sind älter als 10")
elif alter <= 10;
Produkte = ("apfel", "Banane", "Birne", "Ananas")
#print (Produkte(-31))
woerterbuch = ("Apfel":1, "Birne":2, "Banane":34)
-1
View File
@@ -1 +0,0 @@
Mir fällt nix ein
+2
View File
@@ -0,0 +1,2 @@
print("Wie heißt du?")
name = input ("Wie alt bist du?"))