mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
4 lines
129 B
Text
4 lines
129 B
Text
testcode = 'a = 12' <EOL>
|
|
exec testcode <EOL>
|
|
exec testcode in globals ( ) <EOL>
|
|
exec testcode in globals ( ) , locals ( ) <EOL>
|