Merge branch 'master' of C:\Users\michelar\PycharmProjects\Projekttage with conflicts.

This commit is contained in:
michelar
2019-07-22 10:32:20 +02:00
parent 50501c8d63
commit 9c8c33640d
4 changed files with 27 additions and 1 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>
-1
View File
@@ -1 +0,0 @@
Mir fällt nix ein
+8
View File
@@ -0,0 +1,8 @@
alter = int(input ("Wie alt bist du?"))
print (alter)
if alter <=18:
print ("Du junges Schwein")
else:
print ("ehre")
+8
View File
@@ -0,0 +1,8 @@
alter = int(input ("Wie alt bist du?"))
print (alter)
if alter <=18:
print ("Du junges Schwein")
else:
print ("ehre")