<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">It may benefit many programmers if Python3 code
      could be multithreaded as easy as BASH code. For example, in BASH,
      if I wish to multithread a command, I put an ampersand at the end
      of the line. Then, the BASH interpreter will execute that line
      while continuing the execution of the script instead of waiting to
      finish that command. For Python3, I have two ideas for how the
      Python3 multitasking syntax should look.<br>
      <br>
      Option 1: SOME_COMMAND &<br>
      <br>
      Option 2: multitask(SOME_COMMAND)<br>
      <br>
      Thank you,<br>
      <br>
      Devyn Collier Johnson<br>
      <a class="moz-txt-link-abbreviated"
        href="mailto:DevynCJohnson@Gmail.com">DevynCJohnson@Gmail.com</a></font>
  </body>
</html>