Create loop_4.py

This commit is contained in:
blueloveTH 2024-04-28 21:05:43 +08:00
parent a07d2df278
commit 542d83ba1c

3
benchmarks/loop_4.py Normal file
View File

@ -0,0 +1,3 @@
for k, v in {k: k for k in range(2000000)}.items():
pass