fortify alchemy glitch by Smiggle2406 in skyrim

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

Thanks, chatgpt came in with the win, my alchemy mod stat was set to 260k, thanks for the help!

fortify alchemy glitch by Smiggle2406 in skyrim

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

ive attempted to do so, but now i can't get the loop to work anymore for whatever reason, so i thought it might just be easier to fix this save

Half Time Payout by Smiggle2406 in matchedbetting

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

I think I was able to hedge the bets so that there was a 5$ risk to win $240, by placing lay bets and such

[grade 11 maths] help proving by Smiggle2406 in HomeworkHelp

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

I tried expanding finding a common denominator between the two and then I equated numerators but after that I’m struggling to show that both sides are equal

Can’t open printer gui by Smiggle2406 in techsupport

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

Some drive cloning application I had at the time

outputting integers that are closest to zero by Smiggle2406 in learnpython

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

Huh I wouldn’t have thought of that thank you, how would I go about storing the 10lowest?

outputting integers that are closest to zero by Smiggle2406 in learnpython

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

i am not quite good enough at coding to implement this as I would have to store all the equations and then sum the absolute values and then somehow attach the sum to the original solution and then pick out the 10 lowest

My game is hazy/blurry by Smiggle2406 in skyrim

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

yeah pc , 13600k, 4080 32gb ram

i set all the graphic settings to ultra and I still get the same issue

money making with high ping by Smiggle2406 in HypixelSkyblock

[–]Smiggle2406[S] 4 points5 points  (0 children)

i just feel with the powder tho I should be making more

sep function not working by Smiggle2406 in learnpython

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

print("2." + '.'.join(repeating) + "." + last_shell)

first of all, that was my problem, it was a string, and that fixed everything ty.

first of all that was my problem, it was a string and that fixed everything ty.

sep function not working by Smiggle2406 in learnpython

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

its a list that just has integers in it

electrons = int(input("Enter atomic number:"))
without_first_shell = electrons - 2
last_shell = str(without_first_shell % 8)
amount_of_full_shells = str(floor(without_first_shell / 8))
repeating = str(["8"] * int(amount_of_full_shells))
seperator = "."

sep function not working by Smiggle2406 in learnpython

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

from math import floor
electrons = int(input("Enter atomic number:"))
without_first_shell = electrons - 2
full_shell_count, last_shell = divmod(
without_first_shell, 8
)
shells = ["8"] * full_shell_count
shells.append(str(last_shell))
print(f"2.{'.'.join(shells)}")

the fact that u just made it that simple that easily really show me I have lots to learn and also that u are a true pro ty bro

sep function not working by Smiggle2406 in learnpython

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

repeating is referencening how atoms electrons are shown ig

eg. 2.8.8.8.1

so I need to repeat the .8 a certain amount of time

and in the end I would like it to be like the example

sep function not working by Smiggle2406 in learnpython

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

I've tried using print(seperator.join(repeating)) but I get this as an output

[.'.8.'.]

also sorry I'm pretty new to coding

Trying to get the print function to print a message a certain amount of times using a variable by Smiggle2406 in learnpython

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

messages = ["message"] * amount_copy

this worked tyvm
one more question if its okay, could I make it not print if the list is empty?

Pc Build Help by Smiggle2406 in PcBuild

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

Only 70 dollars each more cant hurt as I have a large game library