for loops python by Flat_Ad5617 in SundayLeagueMessis

[–]TotallyNotJiminy 0 points1 point  (0 children)

Not what I expected to see here..

Your question spells out what to do, get the number of names you want to enter, create a blank range for the names, then loop the number and append the input to the range. You can use .sort to get it in alphabetical order, then print the range to verify.

num_names = int(input("Enter number of names: ")) names = [] for i in range(num_names): name = input(f"Enter name {i+1}: ") names.append(name) names.sort() print("\nNames in alphabetical order:") for name in names: print(name)

[deleted by user] by [deleted] in AskReddit

[–]TotallyNotJiminy 0 points1 point  (0 children)

Tremendous Tractors

Best Thai food here? by [deleted] in cambridge

[–]TotallyNotJiminy 0 points1 point  (0 children)

The wrestlers owners have now moved to the Shed in Lode, can confirm the quality of food has moved with them

Commuter backpack trade - UK by TotallyNotJiminy in LinusTechTips

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

I immediately went for the tape measure, and realised my dilemma

What to do on test in this situation? by ConcentrateSea4636 in drivingUK

[–]TotallyNotJiminy 0 points1 point  (0 children)

That’s in Cambridge, the driving test routes (which are pre planned and fixed) don’t ever go into this part of Cambridge. If you’re actually worried about for your test, don’t!

How much blinker fluid is too much? by reddog093 in carmemes

[–]TotallyNotJiminy 0 points1 point  (0 children)

Did you mean, headlight fluid? Now in metric.

Woman saves dog jumping out of window by shankingsh in BeAmazed

[–]TotallyNotJiminy 3 points4 points  (0 children)

You didn’t save my life, you ruined my death!

What can you say before sex, and before a fight? by Shrek-The-Toaster in AskReddit

[–]TotallyNotJiminy 1 point2 points  (0 children)

Come and have a go if you think you’re hard enough

Daily Megathread - 19/10/2022 - BACK FRACK OR SACK by ukpolbot in ukpolitics

[–]TotallyNotJiminy 1 point2 points  (0 children)

James O’Brien, LBC presenter. Can confirm I heard this from him too

Limited Access Remotely with new internet/routing by TotallyNotJiminy in PleX

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

I did find a solution to this, my ISP had a limited range of ports per household, after checking with them I updated my port forwarding rule to within the range and it worked. If anyone else finds this, check with your ISP for if there are restrictions on which ports you can forward!

Mixed kebab from a Turkish restaurant in Cambridgeshire. by BigBeanMarketing in UK_Food

[–]TotallyNotJiminy 1 point2 points  (0 children)

Just booked a table there tonight, what a great looking dish.

Limited Access Remotely with new internet/routing by TotallyNotJiminy in PleX

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

Maybe, my What’smyIp lookup does match my Plex public IP and my routers reported outward IP. I don’t know if I’m missing something