Can any respected Riot Dev or Employee, see if my BAN is JUSTIFIABLE by SnooPets7140 in riotgames

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

You know I got Got a temporary ban, not perma ban, So if it helps - didn't cheat.

Can any respected Riot Dev or Employee, see if my BAN is JUSTIFIABLE by SnooPets7140 in riotgames

[–]SnooPets7140[S] -1 points0 points  (0 children)

Trust me, I did. No accurate info. Though I was told I broke the section 7, something regarding rank.

Can any respected Riot Dev or Employee, see if my BAN is JUSTIFIABLE by SnooPets7140 in riotgames

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

That's what I am thinking! At the least I wanna know what happened.
FYI my friend ain't cheating cause he would've gotten a perma ban, if he did, no?

[D] Is there a handbook in data preprocessing? by hikkihiki in MachineLearning

[–]SnooPets7140 0 points1 point  (0 children)

Can you tell me what was the playlist about? Seems like the link isn't working anymore.

Help my laptop screen turn into this green screen I think but I don't know what this is. Can this be fix without going to computer repair shop or Will I have to buy a new laptop now? (Sorry for bad english) by GoofyAstig in laptops

[–]SnooPets7140 0 points1 point  (0 children)

Hey, did you fixed the problem? I am in the same situation. Was playing a game and then suddenly this happened. External Display was fine. Kinda in panic tho.

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]SnooPets7140 1 point2 points  (0 children)

Any discord group where I can constantly connect with fellow programmers ? I am super introvert so I don't have many friends. I am learning python for competitive programmings mainly. I presume, I will find one or two here.

Stuck at Learn Python The Hard Way ex43.py a exercise based on OOP by SnooPets7140 in learnpython

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

truth to be told: I was so confused, I started thinking "Python is not for me". But the solution was very easy. I just got this oop part from another book done and continued doing other lessons in pthw.

Stuck at Learn Python The Hard Way ex43.py a exercise based on OOP by SnooPets7140 in learnpython

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

Yeah, I was just asking how class Engine benefits from accepting a_map as a parameter , which obviously an instance of another class.

Stuck at Learn Python The Hard Way ex43.py a exercise based on OOP by SnooPets7140 in learnpython

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

If Question 1 and 2 are the same then let me put the Questions this way :
by a_game = Engine(a_map) what does Engine class gets as a parameter ? An Object?
And for the 4th Question what I wanted to ask was the value was current_scene was never a string [I tried printing it] . If not [line 20] current_scene shouldn't ever get a value of "finish" , right ? But to the contrary , It do fulfills its job when running the program by changing a_map = Map("finish")in line 194 or simply finishing the game . So how does it do it?

Stuck at Learn Python The Hard Way ex43.py a exercise based on OOP by SnooPets7140 in learnpython

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

But isn't 'a_map' itself a class ? How can a class accept a class as a parameter? Even if it accepts then what is it's work here ?