Question:
so ive been making a game with a freind and suddenly my replit said this in console when using a random function:
type error: ‘module’ object is not callable Repl link:
couldnt tell what to put here unless if it wants me to link the game
code snippet
import random
if random(1,2) == 1:
print("test")
else:
print("test")