We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e757fa commit ee059a3Copy full SHA for ee059a3
Python/Math/Triangle Quest 2/Solution.py
@@ -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