Jump to content

johnadams123412

Member
  • Posts

    243
  • Joined

  • Last visited

Reputation Activity

  1. Like
    johnadams123412 got a reaction from Slottr in Help with python coding problem   
    i got it thanks so much for your help
  2. Like
    johnadams123412 reacted to Slottr in Help with python coding problem   
    For the first one, you can use the .upper and .lower methods and concatenate it together OR use the title function.
     
    For the second you can use the len function
  3. Like
    johnadams123412 reacted to minibois in Help with python coding problem   
    The way I tackle these problems is by first starting out writing the assignment in steps and then find out how to do these steps.
    Keep in mind I do not know Python, so will just write it out in C#-like 'code' (this is really just pseudocode), but it will give you some ideas to Google.
    private string title(string input) { // Check if the word adheres to the standard (the capatilized stuff, possible optional) // it's probably easiest now to split the word in two parts: first letter and last letter(s). make the first part uppercase, rest lowercase. see link below. // Now return that change input } private string long_name(string name1, string name2) { // Compare the length of the names. Easiest to just get the length of either string and compare that, kind like this: int name1Length = len(name1); int name2Length = len(name2); // Is name 1 a higher number?? if(name1Length > name2Length) { return name1; } else { return name2; } } https://www.geeksforgeeks.org/isupper-islower-lower-upper-python-applications/
    https://www.geeksforgeeks.org/python-string-length-len/
     
    You're gonna have to check yourself though how to take parameters, create functions, return stuff, how to exactly do the upper/lower case stuff.. etc.
  4. Agree
    johnadams123412 got a reaction from Pauleh in Very interested in "hacking"   
    "I don't mean hacking in the negative connotation" 
    "I mean ethical hacking" 
    "Nothing for bad" 
    You are nobody to dictate what people want and like. "We dislike hackers" No YOU dislike hackers. And if you cant see past the ignorance that hacking is as positive as can be then leave the post. This is my post. You've done nothing but start argument because what?? You're bored? 
    Im trying to learn. People are willing to teach. Bringing negativity is the only thing you're doing.
  5. Informative
    johnadams123412 got a reaction from Ghostay in Game idea?   
    Java.
  6. Like
    johnadams123412 reacted to don_svetlio in old gpu   
    Same performance, cannot say anything about the prices.
  7. Like
    johnadams123412 got a reaction from Sir Asvald in Its been decided, a new comp it is   
    oh thats fine, not worried about the noise, as long as it works fine. Thanks for the help!
  8. Like
    johnadams123412 reacted to Sir Asvald in Its been decided, a new comp it is   
    No problem my friend. Glad I could help.
     
     
  9. Informative
    johnadams123412 got a reaction from dreamhacking in Which combo is better for straight gaming purpose?   
    Pretty sure 1st, but want to here more opinions. 
  10. Like
    johnadams123412 got a reaction from 79wjd in Started college in a c++ class need help   
    will add you when im done with class
  11. Like
    johnadams123412 got a reaction from cjeffcoatjr in budget gaming pc build help   
    Doesn't matter if its ssd because quite frankly Im fine with my hdd i have a 1 Tb hdd and I see nothing wrong with it.
  12. Like
    johnadams123412 got a reaction from sk8ermanblue in So here is my gaming build...   
    well i guess im just gonna play games and record lol
  13. Like
    johnadams123412 got a reaction from Vitalius in I dont want to pay for os :/   
    ouch, well i dont spend my paycheck on anything direct deposit to bank, for college, you know, but only real thing im going to spend money on is computer :P
  14. Like
    johnadams123412 reacted to CoolBeans in Need a Gaming Pc Build ~$500   
    You could go with a lower end graphics card but then it wont last as long. No not really I just like to help people any way I can.
  15. Like
    johnadams123412 got a reaction from SSOB in Need a Gaming Pc Build ~$500   
    Ok, so i have a youtube account and make videos currently at 600 subscribers i play tons of games and record a lot.. but my computer kinda shitted on me and i need a new desktop. i have a monitor, mouse and keyboard. I just need a good build thats good for gaming, good memory for the videos, and needs to be fast, i dont know much about computers but hopefully you guys can help me out The price could be $600 with operating system but without the operating system i would take up to ~$500. Thanks and Have fun :P
×