name = [Gayeon, Nayeon, Dayeon, ...., Hayeon]
test1 = [20, 98, ..., 86]
test2 = [50, 39, ...,39]
and
How do I set the name to key and test1, test2 to value in the function info??
I want to bundle the values in the same index and print them out!
For example,
{Positive: [20, 50], Nayeon: [98, 39],...} Like this,,
dict(zip(name, zip(test1, test2)))
1749 Error in x, y, and format string must not be None
1788 Uncaught (inpromise) Error on Electron: An object could not be cloned
1921 M2 Mac fails to install rbenv install 3.1.3 due to errors
2562 I want to display multiple lines with FFmpeg subtitles.
3079 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2026 OneMinuteCode. All rights reserved.