+ 1
(Solved)assigning variables in if statements
I want to assign a number to a variable in an if statement in python FYI the aa is from a random.randint thing if aa == 15: ee = 1 both aa and ee are already defined as numbers but I used aa for the random.randint
1 Answer
0
sorry I made a mistake in my coding