federer_11
Registered
Можете ли да ми кажете какви са предимствата и недостатъците на този език пред PHP и Perl например
Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
for($i=1;$i<16;$i++) {
echo $i;
}
for i in range(1,16):
[TAB]print i
#!/usr/bin/python
def kvadrat(i):
return i*i
for i in range(1,13):
print i,"sq =", kvadrat(i)