hey
This commit is contained in:
Generated
+4
@@ -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>
|
||||
Generated
+8
@@ -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
+11
@@ -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
@@ -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>
|
||||
@@ -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 +0,0 @@
|
||||
Mir fällt nix ein
|
||||
@@ -0,0 +1,2 @@
|
||||
print("Wie heißt du?")
|
||||
name = input ("Wie alt bist du?"))
|
||||
Reference in New Issue
Block a user