Code Stack! A collaborational game

@legomaker10
it will not work btw. See the first post as this is a wiki :slight_smile:

3 Likes

For anyone who is a lot more active, A repl will be made, And i’ll invite whoever they think are active enough to be a part of the seperate game, a .txt file will be shown for reference of the order. And when you’re done making you’re line, you will move the comment block down to the last line for who is next.

5 Likes

@whileTRUEpass its your turn I got nothing. I will be excited to see what i could have put.

:face_exhaling:

1 Like

@Firepup650 it is your turn

1 Like

Apparently I was tired at some point, I went before you by mistake and added the for loop. @NataliaKazakiev is next.

Reviewing edit history, I did go before after you, then you went again apparently. Ah well. As long as we add more code right?

2 Likes

Here it is.

import os
import random
print(os.getpid())
os.system('clear')
def typewriter(str, pid):
    print(pid)
    anagram = ''.join(random.sample(string, len(str)))
    for i in range(500):
       new_anagram =  "".join(random.choice(anagram))
    return new_anagram
1 Like

The first post in this topic is a wiki, please edit your code into that.

1 Like

I edit the post, @Firepup650

1 Like

What?
I think I lost my last braincell.

2 Likes

I did say I was tired I think. Anyways,

Should have been

I did go after you, but then you went again apparently.

2 Likes

How do I edit the main wiki post?

1 Like

Click the Pencil in a square icon in the first post. But please do not do so now, as it is not your turn yet.

3 Likes

Very interesting typewriter function we have here.

4 Likes

Thank you! I tried this earlier, and found that I could not edit the wiki. I tried again just now, still to no avail.

1 Like

Here is a screenshot.

Remember that it is not your turn right now, but that is how you edit the topic. Does that work?

3 Likes

By the way guys, you have to be TL2+ to edit wiki posts.

3 Likes

Pretty sure it’s TL1+ but that’s going off my memory.

1 Like

Nah
TL4 to make other people’s posts wiki
TL3 to make your own posts wiki
TL2 to edit wiki posts

5 Likes

Sorry for being off topic. Look here: What is a wiki post?

see how not-ethan mentions only TL0?

4 Likes

I see. I am only TL1, so I guess I will just post my lines here.

1 Like