summaryrefslogtreecommitdiff
path: root/progs/a707.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a707.py')
-rw-r--r--progs/a707.py2
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