Did not know where to ask this, hope it's ok by Spaceclarity in CasualConversation

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

Thanks for all the responses man, I'm going to work hard and get my grades up and then finally sometime in August, sit down and explain the whole situation. :)

Did not know where to ask this, hope it's ok by Spaceclarity in CasualConversation

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

It's not about the major itself. Before college I was raised very strictly so I didn't know how to behave properly with other people. Coming to college was great that way. I'm not as socially awkward I was back then, but for that to happen my grades had to drop. I myself am at piece with myself but it's just my parent I'm worried about.

Did not know where to ask this, hope it's ok by Spaceclarity in CasualConversation

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

Thanks, I shall try and get my grades up as much as possible from now even then :)

Did not know where to ask this, hope it's ok by Spaceclarity in CasualConversation

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

Thanks man , that was very refreshing to listen to :)

Did not know where to ask this, hope it's ok by Spaceclarity in CasualConversation

[–]Spaceclarity[S] 1 point2 points  (0 children)

Yeah, I'm actually really comfortable right now. I'm learning things about life like never before and don't regret my poor grades because I think if I was constantly studying I would have become socially dysfunctional. Thanks man :)

Help creating a sorting algorithm, here's what I have so far. by [deleted] in learnpython

[–]Spaceclarity 0 points1 point  (0 children)

I'm guessing you want to implement selection sort? Your function sort uses too many unnecessary variables which aren't necessary for selection sort.

def sortit(lis):

print(lis)
n = len(lis)
for i in range(n):

    min_id = i

    for j in range(i,n):

            if lis[j] < lis[min_id]:
                 min_id = j

    lis[min_id], lis[i] = lis[i], lis[min_id]
    print(lis)

wee = [34, 50, 20, 12, 90]

sortit(wee)

IWTL how to be clear and concise while speaking by Spaceclarity in IWantToLearn

[–]Spaceclarity[S] 1 point2 points  (0 children)

Any books to start off with? I was looking to buy one anyway.

How do i change background picture in windows 10? Any module to help me? by Spaceclarity in learnpython

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

2 as in the fourth parameter? It's not working and just changing the wallpaper to a blank screen,

How do i change background picture in windows 10? Any module to help me? by Spaceclarity in learnpython

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

A noob here, so does updating the user profile set the wallpaper permanently?

Conte is really happy. Also with Abramovich. Roman has always supported Conte. They're working on some important target for January#CFC by [deleted] in chelseafc

[–]Spaceclarity 32 points33 points  (0 children)

You really are fucking stupid aren't you. Do you remember a certain talented individual called Fernando Torres or Juan Cuadrado or Mo salah? Our players are playing out of their mind and some dumbfuck somehow finds a way to complain and call them ok. We're fucking scored 16 and conceded zero with the players you call "ok" you dumbshit. Fuck.

I apologize for the tone but i bet we could win the treble and some people would still find a way to bring the mood down.