Contact: aviboots(AT)netvision.net.il
41,683 questions
54,351 answers
573 users
# Octal = 1517 decimal = (1*(8**3)) + (5*(8**2)) + (1*(8**1)) + (7*(8**0)) print(decimal) ''' run: 847 '''