Skip to content

Commit

Permalink
Python 2 제거에 따른 Example 코드 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho Kim committed Jul 31, 2024
1 parent 6cfc863 commit f0617d5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pages/2024/notice/tool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,6 @@ public class Main{
}
```

### Python

```python
s = raw_input()
arr = split()
a = int(arr[0])
b = int(arr[1])
print a*b
```

### Python 3

```python
Expand Down

0 comments on commit f0617d5

Please sign in to comment.