|
COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
|
Variables | |
| a = random.randint(3,500) | |
| list | characters = [] |
| choose_case = random.choice([0, 32]) | |
| key1 = a | |
| key2 = random.randint(1,100) | |
| moretest.a = random.randint(3,500) |
Definition at line 10 of file moretest.py.
| list moretest.characters = [] |
Definition at line 3 of file moretest.py.
| moretest.choose_case = random.choice([0, 32]) |
Definition at line 5 of file moretest.py.
| moretest.key1 = a |
Definition at line 12 of file moretest.py.
| moretest.key2 = random.randint(1,100) |
Definition at line 14 of file moretest.py.