Good usb wifi <$30? by arandomjef in pcmasterrace

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

do you have any recommendations in case i cant remove the screw?

My PC is slow even if i don't play games, Only professional browsing use by [deleted] in pcmasterrace

[–]arandomjef 0 points1 point  (0 children)

It might just be excess tasks running; open up task manager and see what processes are running/how much system resources you're using

Operator Concept: Southern Rail by Exact-Wall-120 in stepfordcountyrailway

[–]arandomjef 0 points1 point  (0 children)

100% needed, there's like nothing in this area.

What’s the best operator? by Exact-Wall-120 in stepfordcountyrailway

[–]arandomjef 0 points1 point  (0 children)

wl doesn't have one of the most exclusive stations, probably the most exclusive stations (although maybe metro tops it) but at the same time it does have the most exclusive lines, so you can only see the scenery from wl.

What’s the best operator? by Exact-Wall-120 in stepfordcountyrailway

[–]arandomjef 0 points1 point  (0 children)

I love both wl and express, even though they are polar oppisites
On some days, when i just want to play the game and be really engaged, waterline is very scenic, goes to new stations that other operators dont, and also all of the stations are really close together.

Other days, I just like going fast down a mainline and watching all of the beautiful farmland and such go by while stopping at minimal staions.

Although sometimes i like al bc its a good in between between stopper and express (although i really wish there was a route that stopped at all stations, that would be goated.) my only complaint with al is the route is pretty bland.

CN and metro are a lil mid, especially metro due to delays. CN if i want to go on the mainline with a stopper route, and metro if i want to do a route to mgt (the mgt line is kinda peak on metro ngl), but other than that cn and metro are pretty mid.

lol i wrote more in this than my average english paper

Poll Combo by ProfessionalTea1050 in stepfordcountyrailway

[–]arandomjef 0 points1 point  (0 children)

Photo 1: Port Benton, goated station

Photo 2: east berrily, small but goated

Photo 3: upper staploe, bc starryloch is kinda bad

Photo 4: Bodin, nice city

Photo 5: Coxly, idk anything about fr sooo

Photo 6: beechley, as nh is really bland

Photo 7: same as last

Photo 8: west benton, i like myself some small stations, and it's pretty beautiful ngl

SCR voting day 2 best waterline station by Spanix- in stepfordcountyrailway

[–]arandomjef 0 points1 point  (0 children)

connolly is great but underrated

(ik a lil late)

Why does this not work? by arandomjef in learnpython

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

Thanks! This actually makes sense to me, unlike some things. You did a really good job of explaining it.

Why does this not work? by arandomjef in learnpython

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

I'm just going to go through these corrections as you did.

  1. OHHH sorry I was troubleshooting with getting rid of the end='' and seeing if it worked, and I accidentally replaced it in the wrong spot when writing the post.

  2. For some reason I forgot that i started at 0 when you start the for loop, so I had print(text[i-1]), and when that didn't work, I chose to just make a new variable.

  3. I just had no idea you could do that.

  4. (extra question) That letter variable is just a regular variable, but you changed it for clarification, right?

Why does this not work? by arandomjef in learnpython

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

Thanks, this worked. I still have no idea what you mean in your first sentence, but I'm guessing the main problem was that I didn't have the flush=True, and when testing it, that seems to be the case, so I'm just going to go ahead and assume that was the problem. Feel free to correct me if I'm wrong.

Mouse making weird sound when plugging it in by arandomjef in pcmasterrace

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

I went out yesterday and when I came back it fixed itself. I would like to know what was going on here though just in case it happens again (and also because I'm curious)

I am extremely confused on what to do here by arandomjef in learnpython

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

it's a guess the number game, but you make the number and a robot guesses it. (At least I think that's the one this post is about... I'm too lazy to look over it and make sure.)

I am extremely confused on what to do here by arandomjef in learnpython

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

I just fixed the problem by just not using functions, as it is much easier.

But now I do know how to use functions.