mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-22 02:52:25 +08:00
Clarify when using print() is the right use or not.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
from typing import ClassVar, List
|
||||
|
||||
print(1, 2)
|
||||
|
||||
# Annotated function (Issue #29)
|
||||
def foo(x: int) -> int:
|
||||
|
||||
Reference in New Issue
Block a user