Jump to content

Anglogang

Member
  • Posts

    46
  • Joined

  • Last visited

Awards

This user doesn't have any awards

About Anglogang

  • Birthday May 31, 1996

Contact Methods

  • Origin
    Ghana (Akan)

Profile Information

  • Gender
    Male
  • Location
    Accra, Ghana

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Anglogang's Achievements

  1. Thank you for your help, however, my question was about what the file itself does and not how to fix the error associated with it, sorry if the wording of my question was confusing
  2. I'm not sure if this is the right place to post this so I apologise if this is the wrong section. I know many people get an error that this file missing, but what does it actually do?
  3. On a side note, how would I get the input to accept multiple variable types? For example, allowing the input to except integers, fractions, and floating point numbers
  4. Thank you, it worked! Although I needed to specify that the input was an integer. Thanks again
  5. My plan was to add the new variables a1 and b1 to c
  6. Hello, I just started Python programming and I have started experimenting with all the math operators, and I am trying to make the program add three user inputs, two of which are changed through operations into a new variable, and I want to add the two new variables with the last one. The error I am getting is the following: Traceback (most recent call last): File "D:\PythonCode\function.py", line 6, in <module> print(a1+b1+c) TypeError: unsupported operand type(s) for +: 'NoneType' and 'NoneType' Here is the code a = int(input("Input your a variable ") ) a1 = print(int(a ** (2))) b = int(input("Input your b variable ") ) b1 = print(int(b * a)) c = int(input("Input your constant ") ) print(a1+b1+c) I apologize for the horrendous explanation, but it was the best I could do. Thanks
  7. Do they currently manufacture 16:10 4k monitors? I'm aware of an old IBM monitor, but I can't seem to find much on modern ones.
  8. The flex boxes helped, everything is how I want it now, once again thank you very much!
  9. I'm trying to get these 3 on the same row and keep the distance between them the same, and get the text to center with the images they are accompanied with Here is the HTML and CSS I currently have HTML: <div id="container"> <div id="div1"> <img id="img1" src="http://images10.newegg.com/productimage/14-500-402-03.jpg?ex=2"> <p id="p1">Zotac Geforce GTX 1060 Mini 6GB</p> </div> <div id="div2"> <img id="img2" src="http://images10.newegg.com/productimage/19-117-563-01.jpg?ex=2"> <p id="p2">Intel Core i5-6500</p> </div> <div id="div3"> <img id="img3" src="http://images10.newegg.com/ProductImageCompressAll1280/13-132-854_R01.jpg?w=660&h=500&ex=2"> <p id="p3">ASUS H110-MA/M.2</p> </div> CSS: #container { } #div1{ text-align:left; } #img1 { width:375px; height:300px; border-radius:8px; } #div2 { text-align:center; } #img2 { width:300px; height:300px; border-radius:8px; } #div3 { text-align:right; } #img3 { width:350px; height:300px; border-radius:8px; } Thanks
  10. I've decided to do a mineral oil PC, but unfortunately there's not a whole lot of info that I could find on it I have a few questions on it: -Can any fish tank be used, or is a certain materiel required -Can the I/O be submerged -Is a pump and external radiators required, or is the temperature safe enough without them -If not, how would I go about setting up the pumps and radiators, I could not find standalone radiators Thanks
  11. Dirty as fuck, I've tried cleaning them before but with no luck
  12. Thanks for the reply, but I'm looking for strictly headphones with no microphone attached
  13. Are there any good headphones with volume control? I currently have a Razer Megalodon so something with similar sound quality is preferred, thanks.
×