diff options
author | Kyomotoi <[email protected]> | 2021-01-26 18:45:43 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2021-01-26 18:45:43 +0800 |
commit | b0b3a8c468b612502aea700fe59d9c885adf83dc (patch) | |
tree | d33ef55803de48940bbcd1000b92da104cbd5ed5 | |
parent | 7640568a42493bc5a5e44bc82b1ecfa87e51c5f1 (diff) | |
download | ATRI-b0b3a8c468b612502aea700fe59d9c885adf83dc.tar.gz ATRI-b0b3a8c468b612502aea700fe59d9c885adf83dc.tar.bz2 ATRI-b0b3a8c468b612502aea700fe59d9c885adf83dc.zip |
[Del]
-rw-r--r-- | ATRI/test.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ATRI/test.py b/ATRI/test.py deleted file mode 100644 index cb15c44..0000000 --- a/ATRI/test.py +++ /dev/null @@ -1,10 +0,0 @@ -a = [ - {'a': 1}, - {'a': 2} -] - -from random import randint - -print(a) -print(a[randint(0, len(a)) - 1]) -print(len(a))
\ No newline at end of file |