Last active
March 26, 2024 22:55
-
-
Save aialenti/6367dd58fe6199d3e92168920267a1a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
max_weigts = { | |
'Dumbbell Row': 45.0, | |
'Bench Press': 77.5, | |
'Stretch Lying Abduction': 0, | |
'Squat': 65.0, | |
'Romanian Deadlift': 95.0, | |
'Goblet Squat': 32.0, | |
'Pull-up': 0, | |
'Incline Barbell Bench Press': 65.0, | |
'Weighted Dip': 15.0, | |
'Triceps Press-down': 35.0, | |
'Military Press': 40.0, | |
'Bent-over Lateral Raise': 15.0, | |
'Barbell Row': 70.0, | |
'Lat Pull-down': 70.0, | |
'Barbell Biceps Curl': 20.0, | |
'Front Raise': 17.5 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment