I need help to get my program running What Im trying to do i
I need help to get my program running. What I\'m trying to do is I\'m trying to correlate my text files with each other by using classes and vectors and printing out the necessary information I have by reading from the text file.
Here\'s the link:
http://pastebin.com/rT20LmkU
Solution
>>> 36 // 5 7 # Modulo returns the remainder >>> 36 % 5 1 # Using powers, in this case 5 to the power of 2 >>> 5**2 25 # 100 to the power of 2 >>> 100**2 10000