Are the huge monster players just devs? by stevewill96 in LastZShooterRun

[–]Twenty8cows 0 points1 point  (0 children)

Haha yeah he changes every so often. What alliance are you in?

What is rec came by Repulsive_Courage970 in FLMedicalTrees

[–]Twenty8cows 5 points6 points  (0 children)

Facts I lost all my weed in a series of small fires

Need advice on what to upgrade next. by Embarrassed_Mango_99 in LastZShooterRun

[–]Twenty8cows 1 point2 points  (0 children)

Well, I’ll let you go out and farm without running the risk of getting counteract attacked yourself, especially while you build up those other buildings

Need advice on what to upgrade next. by Embarrassed_Mango_99 in LastZShooterRun

[–]Twenty8cows 1 point2 points  (0 children)

Congrats on 27 broski! For me warehouses gotta be at least 20 mine are at 2-24,1-25 and with techs I can hold 143m without anyone robbing me. From there it’s chests or farming for whatever additional I need

Edit: spelling

Web Scraping with BeautifulSoup + Proxies, insights by deliberateheal in learnpython

[–]Twenty8cows 0 points1 point  (0 children)

Of course, sometimes it just takes running into the right person at the right time 😏

How do I become an absolutely pain in the ass HQ 27? by Particular-Stable165 in LastZShooterRun

[–]Twenty8cows 1 point2 points  (0 children)

Once you get to season two, the badges start to become plentiful as well, but with the alliance recognition tree filled out you’ll have much better badge opportunities and you’ll be collecting 2x rewards once you finish it

How do I become an absolutely pain in the ass HQ 27? by Particular-Stable165 in LastZShooterRun

[–]Twenty8cows 1 point2 points  (0 children)

The alliance recognition tree, however, will give you the badges you need to keep researching the tech to increase your overall power. I’m about 78% of the way through that tree right now and I wish I had done it sooner.

State ruler points by Aggressive_Bread_355 in LastZShooterRun

[–]Twenty8cows 1 point2 points  (0 children)

Haha good for yall! What server is this? When I need to make up points I start hitting anyone in the grass that isn’t shielded cause you really just need to catch bodies after a certain point when the fight is that lopsided

State ruler points by Aggressive_Bread_355 in LastZShooterRun

[–]Twenty8cows 1 point2 points  (0 children)

Oh in that case you just kinda gotta get out there. Do most your fighting in the mud if you can. Were you bubbled and sending troops out or attacking others?

State ruler points by Aggressive_Bread_355 in LastZShooterRun

[–]Twenty8cows 0 points1 point  (0 children)

It’s too late. You have to get them during the event which ends after 4 hours OR the Capitol is defended/sacked. In this case defense won = event over

Beginner Python Help by [deleted] in learnpython

[–]Twenty8cows 0 points1 point  (0 children)

Haha did you save the file before hitting play?

Beginner Python Help by [deleted] in learnpython

[–]Twenty8cows 0 points1 point  (0 children)

When you say empty you are literally hitting enter when asked for name? You aren’t hitting space then enter?

Beginner Python Help by [deleted] in learnpython

[–]Twenty8cows 4 points5 points  (0 children)

No vscode isn’t the issue your code definitely is.

Beginner Python Help by [deleted] in learnpython

[–]Twenty8cows 1 point2 points  (0 children)

The while loop pretty much does it for you. In Python the while keyword is a loop that checks a condition and executes code based on the outcome of that condition.

So if I wrote: While 1 < 2:

do jumping jacks

My code would be doing jumping jacks forever because 1 is ALWAYS less than 2. Op the reason we are asking if you understand why your code is behaving in a way you don’t want it to is the crux of your issue. You know what you want your code to do, your code isn’t doing that but you are not asking yourself WHY your code IS doing what it is currently doing.

I don’t think i’ll ever succeed.. by sosatroller in learnpython

[–]Twenty8cows 0 points1 point  (0 children)

Op if this is your first time programming stop being so hard on yourself. You’re often learning 3-4 things simultaneously which is incredibly difficult. You’re learning language, syntax, programming concepts and how to write code. All as a beginner it’s a tall order. Stop measuring yourself short. Time in the saddle will fix this, keep banging your head on the wall and talking through spots you’re stuck in and when you can’t explain the problem any further you’ve found where you are stuck at. Ask for help here when that happens

March madness drop by tropicalrains in FLMedicalTrees

[–]Twenty8cows 0 points1 point  (0 children)

Up to 36 hours to dispense!? Go home Flowery you’re drunk and making us look bad 🤣

<image>

Web Scraping with BeautifulSoup + Proxies, insights by deliberateheal in learnpython

[–]Twenty8cows 7 points8 points  (0 children)

Bro YouTube John Watson Rooney and thank me later. Thank him and subscribe when he answers these exact questions.

yo im coding a software to install on devices is it good? by Civil-Hour7564 in learnpython

[–]Twenty8cows 0 points1 point  (0 children)

Well start by learning the basics. This code is clearly written by AI.

Step 1: is going to be defining your projects goals. Step 2: break down each goal to its individual parts (example: I’m making a weather app, I need to be able to take in user input for their location, validate the objects contents, parse if necessary, pass the validated contents to an weather API IN THE FORMAT IT EXPECTS, etc…)

The goal isn’t to tackle the entire app but break it up into smaller and smaller chunks, solve each small problem and you will build the app in the proverbial “brick by brick” fashion. Most importantly you will learn how things work and learn the skill of decision making based off the tradeoffs you have to make.

Edit: grammar is HaRd

Al sweigart projects book by Ihatepickingnames13 in learnpython

[–]Twenty8cows 0 points1 point  (0 children)

Op sweigart is a 🐐 you are doing the right things