Skip to content

Commit ee059a3

Browse files
committed
Solutions to Python Math section
1 parent 8e757fa commit ee059a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
for i in range(1, int(input()) + 1): # More than 2 lines will result in 0 score. Do not leave a blank line also
2+
print((10 ** i - 1) ** 2 // 81)

0 commit comments

Comments
 (0)