DSAlgo


Submit solution

Points: 20
Time limit: 10.0s
Memory limit: 5M

Author:
Problem type
Allowed languages
C++, Python

Write a Python program which iterates the integers from 1 to 50. For multiples of three print "DS" instead of the number and for the multiples of five print "Algo". For numbers which are multiples of both three and five print "DSAlgo".


Comments

There are no comments at the moment.