You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

r1.py 90B

1234567891011
  1. # p("??")
  2. def scope_info():
  3. g=globals()
  4. for k in g:
  5. p(k)
  6. # p(l==g)
  7. # scope_info()