Your IP : 3.141.197.248


Current Path : /proc/4653/root/usr/share/doc/python-ply-3.4/example/BASIC/
Upload File :
Current File : //proc/4653/root/usr/share/doc/python-ply-3.4/example/BASIC/sqrt2.bas

10 FOR X = 1 TO 100
20 PRINT X, SQR(X)
30 NEXT X
40 END