However I cannot get user input as the program doesn't wait for the user to input data just processes through, so how do you ge the program to stop for the user when getting input?
Perhaps it is just a mistake:
raw_input - takes a string, you need an integer. use just
hours = input("Here Hours...")
After print "Your net wage is", netpay (You are missing a comma after string)