Skip to content

Commit 2bf6df6

Browse files
Update printing without space
1 parent 5e5ab7d commit 2bf6df6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

printing without space

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ Sample Output 0
2525

2626

2727
-----------------------------------------------------------------
28-
import math
29-
import sys
30-
n = int(input())
31-
print(*range(1,n+1), sep="")

0 commit comments

Comments
 (0)