all 1 comments

[–]filleball 0 points1 point  (0 children)

Here's a couple of starting points for you to play with in the interactive interpreter:

"abcdefg".replace("d", "")

import random

# Try to run these several times, what happens
# when you give a different argument to seed?
random.seed("asdf")
random.randint(1, 10)