• Profile picture of MannyAnims

    MannyAnimssubscriberuc-winner-lvl1occifermega-noder 2023-06-25 00:01:47 UTC

    I finally got around to starting to learn python

    Made this nifty little calculator that divides two numbers and shows the remainder:

    print(‘Remainder Calculator’)
    first = input(‘First:’)
    second = input(‘Second:’)
    answer = int(first) // int(second)
    remainder = int(first) % int(second)
    print(‘Answer:’)
    print(answer)
    print(‘Remainder:’)
    print(remainder)

    Doubt you would want to but if you want to execute it: https://www.online-python.com/

    4
    • save yourself

      this is how it starts

      next thing you know you’re spending your saturday night looking at your 596th fnaf pack of stickfigures

      2023-06-25 00:06:00 UTC 5
      • Replying to: Ralph (Developer)save yourself this is how it starts next thing you know yo

        Honestly, compared to an actual job

        That does sound appealing…

        2023-06-25 00:10:09 UTC 2
        • Replying to: MannyAnimsHonestly, compared to an actual job That does sound appeali

          The reward / pay doesn’t.

          2023-06-25 01:07:18 UTC 4
          • Replying to: Tastylemon16The reward / pay doesn’t.

            Yeah, but who doesn’t want to crush children’s dreams by denying their hard work!

            2023-06-25 01:19:10 UTC 3