Contact: aviboots(AT)netvision.net.il
41,379 questions
53,922 answers
573 users
a = 32 b = 7 c = float(a / b) print(c) ''' run: 4.571428571428571 '''