We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
  • Practice
  • Certification
  • Compete
  • Career Fair
  • Hiring developers?
  1. Practice
  2. Python
  3. Introduction
  4. Arithmetic Operators
  5. Discussions

Arithmetic Operators

Problem
Submissions
Leaderboard
Discussions
Editorial
Tutorial

    You are viewing a single comment's thread. Return to all comments →

  • carlamarrow 5 years ago+ 0 comments

    Ok, I figured it out. When you try to use static values it results in the 325 1 6. Example of static values 3 & 2: a=int(raw_input(3)) b=int(raw_input(2)) etc...

    When I remove the static values then the process works:

    a=int(raw_input()) b=int(raw_input()) etc...

    I assume the input values (3, 2) are provided as part of the test case when executed.

    0|
    ParentPermalink
  • Contest Calendar
  • Blog
  • Scoring
  • Environment
  • FAQ
  • About Us
  • Support
  • Careers
  • Terms Of Service
  • Privacy Policy
  • Request a Feature