Skip to content

Commit 346b76a

Browse files
committed
b28702 - FizzBuzz: 수학, 구현
1 parent 2770671 commit 346b76a

File tree

1 file changed

+0
-2
lines changed
  • Baekjoon/Python/Implementation/28702번: FizzBuzz

1 file changed

+0
-2
lines changed

Baekjoon/Python/Implementation/28702번: FizzBuzz/FizzBuzz.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,3 @@
7272
result = 'Fizz'
7373
elif val % 5 == 0:
7474
result = 'Buzz'
75-
76-
print(result)

0 commit comments

Comments
 (0)