Perform this workout on
Fitloop: Android App | iPhone App
- Make sure your diet is in check.
- Check What routine should I do? to make sure this routine is right for you.
- See also: Learn how to make quality goals.
| from io import StringIO | |
| def double(): | |
| x = input("Enter an integer: ") | |
| return int(x) * 2 | |
| def adding(): | |
| x = float(input('Enter the first number')) |