数据驱动方式尝试
This commit is contained in:
8
05-Other/variable/my.py
Normal file
8
05-Other/variable/my.py
Normal file
@@ -0,0 +1,8 @@
|
||||
MY_VAR = 'my value'
|
||||
my_name='test'
|
||||
VARIABLE = "An example string"
|
||||
ANOTHER_VARIABLE = "This is pretty easy!"
|
||||
INTEGER = 42
|
||||
STRINGS = ["one", "two", "kolme", "four"]
|
||||
NUMBERS = [1, INTEGER, 3.14]
|
||||
MAPPING = {"one": 1, "two": 2, "three": 3}
|
||||
Reference in New Issue
Block a user