Msavage314
Results
1
issues of
Msavage314
For example this code: ``` #!/usr/bin/env python3 s: str = "" ``` raises this error: ``` File "/home/robot/Robotic arm/test.py", line 4 s: str = "" ^ SyntaxError: invalid syntax ```...