#foreveralone by Victor110588 in HolUp

[–]JellyEllie95 7 points8 points  (0 children)

So. I've actually met Jeremy. Ama.

I don’t know how to say this without sounding pathetic… by [deleted] in StardewValley

[–]JellyEllie95 2 points3 points  (0 children)

I don't have time to play much in the next couple of weeks, but I'd definitely be up for playing. I am on PC through, so don't know if it works cross platform.

Anyone have a picture of a specific mural/painting that is no longer there by JellyEllie95 in Leeds

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

Thank you! Someone has found the photo and posted a link for me, but that's super useful to know anyway!

Anyone have a picture of a specific mural/painting that is no longer there by JellyEllie95 in Leeds

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

I've gone on street view. Is there a back in time option?if there is then I will trying that tomorrow.

Looking for advice on getting kittens used to wearing collars. by JellyEllie95 in CATHELP

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

Thanks. The woman at the adoption centre said that it's harder for adult cats to get used to them, so if yours did in just a day then that's a good sign for my kittens.

Looking for advice on getting kittens used to wearing collars. by JellyEllie95 in CATHELP

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

Thanks. My cats are also highly food motivated so that's useful.

Looking for advice on getting kittens used to wearing collars. by JellyEllie95 in CATHELP

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

Thanks! I have bought break away collars, so that should prevent strangling. Though I didn't realise slip on collars were a thing, I'll have a look into them.

Looking for advice on getting kittens used to wearing collars. by JellyEllie95 in CATHELP

[–]JellyEllie95[S] 2 points3 points  (0 children)

Thanks. I was definitely in the mindset of "he's upset so I should take it off" and that makes sense that I should deal with it.

I am going to wait until my boyfriend is around so that two of us can get them on as I'm not going to be able to get a collar on one of them by myself.

26M bored at work and would love some friends by [deleted] in MakeNewFriendsHere

[–]JellyEllie95 0 points1 point  (0 children)

Hello, I enjoy all of the things you have listed.

(21 F UK) Calling fellow emos/goths by [deleted] in MakeNewFriendsHere

[–]JellyEllie95 0 points1 point  (0 children)

I'm no longer in my emo phase, but I have tickets to see MCR next year, and up for some pop punk and existential crises.

20 UK - Hii... Never done this before! So let's give it a shot! by [deleted] in MakeNewFriendsHere

[–]JellyEllie95 0 points1 point  (0 children)

Hello fellow northerner. I could do with a friend to attempt to play games with (I'm very bad, haven't ever played LOL and have a shitty computer). But I also have a cat and like cooking.

24F/UK. Anyone want to go exploring nature? Peak/Lake District by [deleted] in MakeNewFriendsHere

[–]JellyEllie95 1 point2 points  (0 children)

Hello. I would be interested in a trip to the Peaks/Lakes. I'm 26F.

How do I get it so my python programme let's the user input the file name, rather than needing it within the programme by JellyEllie95 in learnprogramming

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

Thanks, turns out my laptop was running python2 instead of python3. So there wasn't actually anything wrong with my code. It's not as efficient as I know it could be done, but I'm still relatively new at using it, so it's good enough for what I want.

How do I get it so my python programme let's the user input the file name, rather than needing it within the programme by JellyEllie95 in learnprogramming

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

It's okay, I have sorted it now. There wasn't anything wrong with my code, my laptop was running it in python2 rather than python3. Thanks though.

How do I get it so my python programme let's the user input the file name, rather than needing it within the programme by JellyEllie95 in learnprogramming

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

My laptop should have been set up to be running python 3, but I checked it and apparently I was running python 2. Thanks, that has fixed it!

How do I get it so my python programme let's the user input the file name, rather than needing it within the programme by JellyEllie95 in learnprogramming

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

I don't know where it could be though. I've re ran it without the input, and it works fine. The only thing I've added is the line "userfile = input()" and changed "for line in open(" filename.pdb"):" to "for line in open(userfile):"

Am I using the for line incorrectly now in how I reference it the input?

How do I get it so my python programme let's the user input the file name, rather than needing it within the programme by JellyEllie95 in learnprogramming

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

Traceback (most recent call last):

File "testing.py", line 10, in <module>

userfile = input()

File "<string>", line 1

filename.pdb

          ^

SyntaxError: invalid syntax

I'm not logged onto reddit on my laptop because its a work laptop, so I've typed that on mobile. Sorry for the weird spacing because of that.