There was an error while loading. Please reload this page.
1 parent fe2085a commit ea0e134Copy full SHA for ea0e134
1 file changed
less_than/max_steps/README.md
@@ -1,6 +1,6 @@
1
# Type hinting `builtin.max()`
2
3
-```
+```python
4
>>> max(3.1416, 2.1783)
5
3.1416
6
>>> max(5, 8)
@@ -16,4 +16,4 @@ Fraction(5, 8)
16
{10, 11, 12}
17
>>> max('beta', 'alpha', key=len)
18
'alpha'
19
+```
0 commit comments