We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3f42d commit 19a9651Copy full SHA for 19a9651
asyncio-walkthrough/asyncq.py
@@ -16,7 +16,7 @@ async def seconds() -> float:
16
return time.perf_counter()
17
18
19
-async def randint(a: int, b" int) -> int:
+async def randint(a: int, b: int) -> int:
20
return random.randint(a, b)
21
22
0 commit comments