A='var A' B='A' print(B) del B
I want to delete A by referring to variable A as 'A', which is the value of variable B. What's the way?
A='var A' B='A' print(A) del locals()[B] print(A)
Wouldn't it be possible in the same way?
576 Who developed the "avformat-59.dll" that comes with FFmpeg?
614 GDB gets version error when attempting to debug with the Presense SDK (IDE)
584 PHP ssh2_scp_send fails to send files as intended
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
592 Scrap text information after the "View More" button when searching in the Yahoo! News search window
© 2024 OneMinuteCode. All rights reserved.