Skip to content

Commit

Permalink
su24 midterm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pallavisprabhu authored and pallavisprabhu committed Oct 30, 2024
1 parent c295853 commit 078d63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions problems/su24-midterm/q01.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ We use `set_index(“Team”)` to set the DataFrame’s index to `“Team”` an
Fill in the blanks below to complete the implementation of the function `division_to _int`, which takes in a string, `division`, the name of a division, and returns the division's number as an `int`. Example behavior is given below.

```py
>>> division_to_int("Division1")
>>> division_to_int("Division 1")
1
>>> division_to_int("Division2")
>>> division_to_int("Division 2")
2
```

Expand Down

0 comments on commit 078d63c

Please sign in to comment.