4 lines
51 B
Python
4 lines
51 B
Python
from __future__ import annotations
|
|
|
|
print("hello")
|
from __future__ import annotations
|
|
|
|
print("hello")
|