Use a while loop and write a python program to display the first n, numbers 
divisible by both 3 and 5 . the amount of numbers to be displayed should be 
dictated by the user input (Hint: if the users 10, then the numbers divisible 
by both 4 and 5 to be displayed should be 10)
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to