COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
Loading...
Searching...
No Matches
moretest Namespace Reference

Variables

 a = random.randint(3,500)
 
list characters = []
 
 choose_case = random.choice([0, 32])
 
 key1 = a
 
 key2 = random.randint(1,100)
 

Variable Documentation

◆ a

moretest.a = random.randint(3,500)

Definition at line 10 of file moretest.py.

◆ characters

list moretest.characters = []

Definition at line 3 of file moretest.py.

◆ choose_case

moretest.choose_case = random.choice([0, 32])

Definition at line 5 of file moretest.py.

◆ key1

moretest.key1 = a

Definition at line 12 of file moretest.py.

◆ key2

moretest.key2 = random.randint(1,100)

Definition at line 14 of file moretest.py.