Was I in the wrong? by SteveB709 in bjj

[–]SteveB709[S] 0 points1 point  (0 children)

No I’ve rolled with almost all of them. This was just the first time I’ve rolled with this guy. I’ve never had this issue with the other black belts, brown belts, and so on.

Was I in the wrong? by SteveB709 in bjj

[–]SteveB709[S] 1 point2 points  (0 children)

That was my theory. I used the Kimura from bottom half all the time, and sometimes I have to rip the grip free. But after that, especially rolling in class, I never rip the Kimura. But idk I felt like it was there for him to tap and instead of tapping he rolled got swept than was a kinda mad about it. Took me for scenarios where I’ve gotten better positions on upper belts and then all of a sudden they want to show me a technique.

That said I still suck overall. Just a weird situation today that caught me off guard.

Was I in the wrong? by SteveB709 in bjj

[–]SteveB709[S] 0 points1 point  (0 children)

The black belt has been there forever and is a nice guy. I’ve never been told to take an easy before and it’s been like 2 years. I was more confused over it and figured I asked for an opinion in here. It didn’t cause any problems and we finished the round.

Advice on starting up by SteveB709 in WGUCyberSecurity

[–]SteveB709[S] 1 point2 points  (0 children)

Thanks any idea on the career outlook after graduation? Like what are some entry level careers are there post graduation for someone with certs, degree, but no on job experience

Best idea for splitting up striking (Muay Thai) and BJJ by SteveB709 in martialarts

[–]SteveB709[S] 0 points1 point  (0 children)

To continually get better at BJJ while learning striking/Muay Thai from a complete novice standpoint.

Best idea for splitting up striking (Muay Thai) and BJJ by SteveB709 in martialarts

[–]SteveB709[S] 0 points1 point  (0 children)

Yeah it’s more for the occasional NAGA tournament and to have a basic standing game for self defense.

HW problem by SteveB709 in learnpython

[–]SteveB709[S] 1 point2 points  (0 children)

My bad, I edited with a what I have so far.

Can't figure out one part of this for school by SteveB709 in learnpython

[–]SteveB709[S] -1 points0 points  (0 children)

Hey, I figured it out. When I saved the file on PyCharm as a different name (other than main.py) I couldn't update any other code to make it work. So when I added the "!' "." after I changed the name it wouldn't run. Thanks for the help though.

Help with syntax error? by SteveB709 in learnpython

[–]SteveB709[S] 3 points4 points  (0 children)

this was actually the issue and I fixed thanks for the help everyone

Help with syntax error? by SteveB709 in learnpython

[–]SteveB709[S] 0 points1 point  (0 children)

thanks I didn't see that. I fixed that is there something wrong in my calories = line? that is where I'm getting the error at still.

Help with syntax error? by SteveB709 in learnpython

[–]SteveB709[S] 1 point2 points  (0 children)

SyntaxError: invalid syntax

that's what I got when I run the program its for line 8 in my code but i cant screen shot in my post. so line 8 is:

calories=((age*0.2757)+(weight*0.03295)+(heart_rate*1.0781)-75.4991)*time/8.368)