<?php $a=10; for($i=1;$i<=$a;$i++) { echo $i; } ?> I want to use this same program in python but i don't understand python loop, so please convert this php program into python
Learn more efficiently, for free:
Introduction to Python
7.1M learners
Introduction to Java
4.7M learners
Introduction to C
1.5M learners
Introduction to HTML
7.5M learners