News

print("The decimal value of", dec, "is:") print(bin(dec), "in binary.") print(oct(dec), "in octal.") print(hex(dec), "in hexadecimal.") ...
The following are the tasks, the program performs: Task 1: Asks the user to input 10 ipv4 addresses. Task 2: Checks if the addresses are valid ipv4 addresses. Task 3: Converts the ipv4 addresses which ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...