<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1" />
    <title>Difference between vars() and locals() and use case for vars()</title>
  </head>
  <body dir="ltr">
    Can someone explain the difference between vars() and locals()?<br /><br />I'm also trying to figure out what the use case is for vars(), eg. when does it make sense to use vars() in a program?<br /><br />Thank you,<br />Malcolm<br />

  </body>
</html>