diff --git a/outcomes/rahulkumaran/mayankgitt.py b/outcomes/rahulkumaran/mayankgitt.py new file mode 100644 index 0000000..2aa0550 --- /dev/null +++ b/outcomes/rahulkumaran/mayankgitt.py @@ -0,0 +1,11 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +""" +Created on Wed Oct 3 19:08:34 2018 + +@author: mayank +""" + +i=0 +for i in range(1,10,1): + print (i*99)