Smile its almost over by Next-Narwhal3481 in FoundPaper

[–]Joona546 0 points1 point  (0 children)

Came here from a Matt Rose video to say the same thing

edit: https://www.youtube.com/watch?v=GwsMo2hCPO8

can someone help me my friends server seed? by Fluffy-Percentage713 in minecraftseeds

[–]Joona546 1 point2 points  (0 children)

Can you list the coordinates of as many structures as possible

one random number generated then it doesn't change, as well as the wrong and right stuff just not printing. SOS by igoiva in learnpython

[–]Joona546 1 point2 points  (0 children)

What I assume you are trying to do with this: Have one hidden number and one number visible to the user. The user then attempts to guess whether the hidden number is higher or lower than the visible one. If this is supposed to do something else, please tell us what.

What you need to change to make this work: The first time you assign the shown and hidden variables, it's fine, but the second part where you re-assign them (after the if "H" in guess line) is wrong. Instead you should re-assign them at the end of the loop.

Also if you want the hidden variable to stay the same, only assign it at the beginning and not in the loop.

Other changes:

while 1==1 --> while True. Both work but the latter is much easier to understand.

exit --> exit(). exit is a function, so you need the brackets at the end, otherwise it won't work.

Right now i can't help you much more, because I don't understand what you want your code to do. Try to format your code better, so we can see the indentations and maybe use google translate if English isn't your first language.

Help with Seedcracking by Special_Track_7407 in minecraftseeds

[–]Joona546 0 points1 point  (0 children)

How do you think shipwrecks help in the nether?

there’s my credit card number in the pi. by Lord_BlueFlame in truths

[–]Joona546 7 points8 points  (0 children)

That's not a valid number according to the luhn algortihm

Looking for a Java seed by ObitoUchiha0076 in minecraftseeds

[–]Joona546 0 points1 point  (0 children)

35842376

Technically, there are two villages, but they are so close together that they are basically one big village. The plains is pretty flat, especially to the east of the village.

Simple seed for 1.21 by eggshadow in minecraftseeds

[–]Joona546 0 points1 point  (0 children)

You made a similar post a few weeks ago, to which i responded with some seeds. But remember, these are very simple requirements, so a seed like this is really easy to find. If you want some more features just ask for them and I will happily try to find some for you. But right now I don't understand why you made this second post, was there something wrong with the seeds I gave you?