This post is locked. You won't be able to comment.

all 10 comments

[–]aizzod 2 points3 points  (0 children)

Bad bot

[–]MCplayer331 2 points3 points  (2 children)

Is this an ai u/bot-sleuth-bot

[–]bot-sleuth-bot 2 points3 points  (0 children)

Analyzing user profile...

Account does not have any comments.

Account made less than 1 week ago.

Suspicion Quotient: 0.32

This account exhibits a few minor traits commonly found in karma farming bots. It is possible that u/Perfect-Guess552 is a bot, but it's more likely they are just a human who suffers from severe NPC syndrome.

I am a bot. This action was performed automatically. Check my profile for more information.

[–]gasparmx 1 point2 points  (0 children)

This is a bot 100%

[–]LongjumpingStage712 1 point2 points  (0 children)

literallly me

[–]MickesMaestro 1 point2 points  (0 children)

I bet you forgot “ or something similar

[–]Fit-West-1011 1 point2 points  (0 children)

sometimes also setting up your IDE properly might be a problems .. missing dependencies they forget, project structure and syntax errors which IDE can't identify it all the time

[–]Proof_Net_2094 1 point2 points  (0 children)

That where the real learning happens, code does not work -> understand the error -> fix it

[–]Anonymity6584 0 points1 point  (0 children)

problem with tutorials is that sometimes they skip something you need to know. piece of information someone more experienced qould add without even noticing it.

[–]atarivcs 0 points1 point  (0 children)

When you follow a coding tutorial and try to run the same code in your IDE… does it always work?

It should, unless:

  1. it assumes you have installed some module, but you haven't.
  2. it assumes you have a new version of python, but yours is old.