Practice ยท 1 of 4
Seeded Roll
Seed the random generator with 42, then print random.randint(1, 10). The value is deterministic โ tests know it.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Standard Library Tour