mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
8 lines
137 B
Python
8 lines
137 B
Python
a: int
|
|
b
|
|
c = 'no annotation'
|
|
x: int = 10
|
|
y: str = 'annotation'
|
|
z: tuple = (1, 2, 3)
|
|
confirm_subscr = {}
|
|
confirm_subscr['test'] = 'works'
|