fork download
  1. a = ["GT", "FSU", "Duke"]
  2.  
  3. for i in a:
  4. locals()[i] = []
  5.  
  6. print GT, FSU, Duke
Success #stdin #stdout 0.01s 8968KB
stdin
Standard input is empty
stdout
[] [] []