Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
|
|
@ -1,6 +1,6 @@
|
|||
while cnt < 100
|
||||
x = random 31 - 16
|
||||
y = random 31 - 16
|
||||
x = randint 31 - 16
|
||||
y = randint 31 - 16
|
||||
r = sqrt (x * x + y * y)
|
||||
if 10 <= r and r <= 15
|
||||
cnt += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue