navgurukul / newton

Includes all our curriculum for all the courses.
https://merakilearn.org/
GNU General Public License v3.0
26 stars 81 forks source link

Loops 101 Counters examples #85

Open utterances-bot opened 5 years ago

utterances-bot commented 5 years ago

Loops 101 Counters examples

http://saral.navgurukul.org/api/course?id=83

priyapriyam commented 5 years ago

sol 2 :
count = 5 while count <= 50: print count count= count+5