Jump to content

JaynineReturns

Member
  • Posts

    15
  • Joined

  • Last visited

Awards

This user doesn't have any awards

1 Follower

JaynineReturns's Achievements

  1. Cool I'll add ya. We can play Gears some time! I'm hoping to pick up the Halo games in the near future.
  2. Oh I see now! Sorry I didn't notice that before. Thanks for letting me know! I'll fix it. Thank you for the tip.
  3. ??? Like on here? I tagged this post python. Or are you talking about something else? Oh wow. I done goofed haha. Thanks I totally missed that! Thank you for the tip! I didn't know that. Thank you thank you.
  4. I'm trying to run this code right now in my cmd window. #Returns the sum of num1 and num2 def add(num1, num2): return num1 + num2 #Returns num1 minus num2 def sub(num1, num2): return num1 - num2 #Returns the product of num1 and num2 def mul(num1, num2): return num1 * num2 #Returns num1 divided by num2 def div(num1, num2): return num1 / num2 #Main function def main(): operation = input("What do you want to do? (+, -, *, /): ") if (operation != '+' and operation != '-' and operation != '*' and operation != '/'): #invalid operation print("You must enter a valid operation!") else: var1 = int(input("Enter num1: ")) var2 = int(input("Enter num2: ")) if(operation == '+'): print(add(var1, var2)) elif(operation == '-'): print(sub(var1, var2)) elif(operation == '*'): print(mul(var1, var2) else: print(div(var1, var2)) main() _________________ The last else statement is the problem apparently. There is a syntax error? I just this summer started learning python and I'm still learning and I'm just kind of stuck here. I tried changing it to elif(operation == '/') but that gives me syntax error as well. Any help would be appreciated! I'm using notepad++ to write the code and then the cmd to execute.
  5. Hey everyone, I just got the Handsome Jack Collection for Xbox One so I'm just looking for some people to play with! I play as Gaige currently. I also have Far Cry 4 for a little bit if anyone wants to play that. And then I have the first two Gears of War games. I'm just looking for some new gaming buds. Let me know what your Gamertag is and I'll add ya.
  6. Weekends sound good. I'm just getting the hang of things so I'm still trying to gt better.
  7. Hello everyone! Just wondering if anyone here plays the MP in Inquisition. Started playing it for the first time a couple weeks ago. I have 2 friends I play with but timezones screw us over so I can't play with them often. If anyone does play let me know! We should totally game sometime Origin ID: JaynineReturns Just let me know who you are when adding me please?
  8. That'd be great, add me on steam! Name is the same as on here
  9. I love Killing Floor! I got KF2 on release definitely recommend it for anyone looking for a good FPS to play. I'll join up right now, didn't know there was a crew. Whats it called? Tried searching LTTU and nothing came up
  10. Yeah load times are crazy slow for online. I only ever play online when I wanna do heists or go parachuting. Barely have any friends to do heists so I'm mostly parachuting haha.
  11. I've played both. The big difference is obviously online you can do missions with friends. The Story is obviously just the story. Online it is the same in the sense that you can do activities and all. There is no big difference other than the fact that online is less story like and you can play with other people.
  12. My PC was a hand me down so I don't have any of the boxes any of my components came in. I should have a box for my GPU at that time though because I'm getting a new one in July.
  13. Hello! I'm going to college soon and I'm bringing my PC with me. Just wondering how I do go about packing and moving my PC? Last time I moved from my old place I just put my PC in the backseat with a seat belt on. It was fine but I feel like that's not such I good idea. Any help will be appreciated!
  14. I have GTAV on PC and some other games if you're ever interested http://steamcommunity.com/id/jayninereturns Lets play soon
  15. I'm getting a new GPU in July as a graduation gift. I want a GTX 970 and I've been looking at a couple. I'm just not sure which to choose. It between MSI, Asus, and GIGBYTE. A friend of mine has MSI so I only have that. But I was just wondering which would be better. I'm leaning more towards MSI or GIGABYTE. MSI: http://www.newegg.com/Product/Product.aspx?Item=N82E16814127832 Asus: http://www.newegg.com/Product/Product.aspx?Item=N82E16814121899 GIGABYTE: http://www.newegg.com/Product/Product.aspx?Item=N82E16814125684
×