- or download this
$i = 2;
$j = (1-1/2000)**$i;
print $j;
- or download this
0.99900025
- or download this
$i = 2;
print 0.9995**$i;
- or download this
0.99900025
- or download this
# function mode
print (your code here);
- or download this
# list mode
print arg1, arg2, etc; # and/or the . operator