<?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
Impara in modo più efficiente, gratuitamente:
Introduzione a Python
7,1M studenti
Introduzione a Java
4,7M studenti
Introduzione a C
1,5M studenti
Introduzione a HTML
7,5M studenti