-
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/




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
Honestly, compared to an actual job
That does sound appealing…
The reward / pay doesn’t.
Yeah, but who doesn’t want to crush children’s dreams by denying their hard work!