From 2b19ef88beb5cf8b68758e511bac8bb3fc48733e Mon Sep 17 00:00:00 2001 From: Markus Opolka <markus@martialblog.de> Date: Wed, 10 May 2017 11:31:12 +0200 Subject: [PATCH] Adjust howto --- Tutorium1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tutorium1.md b/Tutorium1.md index e4835b9..efbe0d3 100644 --- a/Tutorium1.md +++ b/Tutorium1.md @@ -1,6 +1,6 @@ # Code -git clone https://bi40resu@gitlab.cs.fau.de/bi40resu/python-tutorium.git +git clone https://gitlab.cs.fau.de/bi40resu/python-tutorium # Aufgabe 1 @@ -15,7 +15,7 @@ Boilerplate: Aufgabe1.py # Aufgabe 2 -Schreiben Sie ein Programm, dassdie Fläche eines Kreis anhand des Radius berechnet. +Schreiben Sie ein Programm, dass die Fläche eines Kreis anhand des Radius berechnet. Tipp: Python bietet eine Bibliothek für mathematische Funktionen Tipp: A = π * r² -- GitLab