<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: THR37425</title>
    <description>The latest articles on DEV Community by THR37425 (@thr37425).</description>
    <link>https://dev.to/thr37425</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F223960%2F40da1527-e852-4e01-b953-09cbf59e61b4.jpg</url>
      <title>DEV Community: THR37425</title>
      <link>https://dev.to/thr37425</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thr37425"/>
    <language>en</language>
    <item>
      <title>Python</title>
      <dc:creator>THR37425</dc:creator>
      <pubDate>Wed, 04 Sep 2019 21:30:08 +0000</pubDate>
      <link>https://dev.to/thr37425/python-cdl</link>
      <guid>https://dev.to/thr37425/python-cdl</guid>
      <description>&lt;p&gt;I am in my second week of learning Python. The questions I have are probably simple for someone who has the experience in any programming language, but I really need to understand how this works. The following is a question I don't understand. &lt;/p&gt;




&lt;p&gt;Read user input and print to output.&lt;/p&gt;

&lt;p&gt;Read three numbers from user input. Then, print the product of those numbers. Ex: If input is 2 3 5, output is 30. Note: Our system will run your program several times, automatically providing different input values each time, to ensure your program works for any input values. &lt;/p&gt;




&lt;p&gt;When I run the following code the question changes to the second question in example 2.&lt;/p&gt;

&lt;p&gt;Example: 1&lt;/p&gt;

&lt;p&gt;numb1 = 2&lt;br&gt;
numb2 = 3&lt;br&gt;
numb3 = 5&lt;br&gt;
print( numb1 * numb2 * numb3)&lt;/p&gt;




&lt;p&gt;Example: 2&lt;/p&gt;

&lt;p&gt;Testing with input: 6 4 9&lt;/p&gt;

&lt;p&gt;Output differs. See highlights below.&lt;/p&gt;

&lt;p&gt;Your output - 30&lt;/p&gt;

&lt;p&gt;Expected output - 216&lt;/p&gt;




&lt;p&gt;Why is the question being changed when I run the code? When I run the second code changing the numbers to 6 4 9. It tests the input numbers 2 3 5 from the original question. &lt;/p&gt;

&lt;p&gt;Does anyone understand this?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
