Skip to content

Commit 42261a5

Browse files
committed
updated README
1 parent b4d82e7 commit 42261a5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ pip install cs50
1010

1111
## Usage
1212

13-
import cs50
13+
```
14+
import cs50
1415
15-
...
16+
...
1617
17-
c = cs50.get_char();
18-
f = cs50.get_float();
19-
i = cs50.get_int();
20-
s = cs50.get_string();
18+
f = cs50.get_float();
19+
i = cs50.get_int();
20+
s = cs50.get_string();
21+
```

0 commit comments

Comments
 (0)