Browse Source

Pre Alpha 0.10 (Test)

nhessler 7 years ago
parent
commit
f16f523b73
1 changed files with 10 additions and 1 deletions
  1. 10 1
      nikohaus.py

+ 10 - 1
nikohaus.py

@@ -1 +1,10 @@
1
-#git Test ... 
1
+#Entwickler: Martin Mittrenga, Nico Hessler, Mahdi Hassanzadeh
2
+#Thema: Das Haus vom Nikolaus
3
+#Aufgabe: Schreiben Sie ein GUI-Programm, dass alle Loesungen des Hauses vom Nikolaus findet und zeichnet
4
+
5
+import sys              #importieren saemtlicher Module
6
+import os
7
+import random as rdm
8
+import re as re         #regular express fuer Bibo regulaerer ausdruecke
9
+import time as t        #time
10
+from math import sin, cos, sqrt, atan2, radians