diff options
Diffstat (limited to 'progs/a707.py')
-rw-r--r-- | progs/a707.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/a707.py b/progs/a707.py new file mode 100644 index 0000000..e78244d --- /dev/null +++ b/progs/a707.py @@ -0,0 +1,2 @@ +def count_Odd_Squares(n,m):
+ return int(m**0.5) - int((n-1)**0.5)
\ No newline at end of file |