I was rather bored one night, and thus decided to try my hand at implementing a python version of newton's sqrt approximation method. This was heavily inspired by quake's famous inverse square root ...
# brief look into conditional statements. # Please write a program which asks the user for an integer number. # The program should print out "Orwell" if the number is exactly 1984, and otherwise do ...