-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test import workflow #1
Comments
#import |
1 similar comment
#import |
#import please? |
Hi, I am your import-bot. 👋 Currently I am useless, but I will do better in the future! 💪 |
#import again |
#import once more with feeling |
#import |
#import Go, Porty! |
Hi, I am your import-bot. 👋 I have created the branch import#1 for you! 💪 |
#import |
#import again |
#import with correct branch name |
Hi, I am Porty, your friendly import bot. 👋 P.S.: I speak Python now. 🐍 |
#import Can you do a pull request on the first try, Porty? |
#import Sorry, too much to ask. |
#import I'm not doing this right... |
#import now hopefully with proper PATH setting |
Hi, I am Porty, your friendly import bot. 👋 I have created the branch import#1 for you! 💪 See you at the corresponding pull request: b'#2'. 😄 |
Nice work, Porty! 🥇 Let's call it a day. 💤 |
#import with YAML headers, please. |
#import Now you should have all the requirements for the new script part, Porty. |
#import or not. |
Hi, I am Porty, your friendly import bot. 👋 I have created the branch import#1 for you! 💪 See you at the corresponding pull request: #3. 😄 |
Aufgabe 02 - BMI
Eine etwas bessere (aber natürlich immer noch krass vereinfachte) Formel zur Berechnung von Über- und Untergewicht ist der Body Mass Index (BMI), der sich wie folgt errechnet:
$$
\frac{\text{Gewicht}{\text{kg}}}{\text{Körpergröße}{\text{m}}^2}
$$
Berechne nun mit dieser Formel deinen BMI.
Tipps:
x * x
schreiben, oder man verwendet die power-FunktionMath.pow(x,2)
.1.3
statt 1,3).Test: Bei einer Körpergröße von 1,9m und einem Gewicht von 87kg sollte ein BMI von ca 24.1 herauskommen.
The text was updated successfully, but these errors were encountered: