Python Online Compiler & Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start Python Course
Register
project
+2
Author: Magorex
Dark
Public
Save
PY
py
1
2
3
4
5
6
7
8
x =
1
totalscore =
0
while
x <
366
:
a =
365
%x
x = x+
1
totalscore = totalscore + a
print
(
totalscore
)
Enter to Rename, Shift+Enter to Preview
OUTPUT