79604769

Date: 2025-05-03 14:06:34
Score: 0.5
Natty:
Report link

When I'm typing the last line, VSCode is expected to hint me the type of parameter should be int,

Using Python 3.12.3

When your script was executed. I received an error message that said,

line 19, in <module> printer = Foo2 if check_equal else Foo NameError: name 'check_equal' is not defined.

check_equal: bool should be check_equa l= bool

a.print('int')

Output:

int 3

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When I
  • Low reputation (0.5):
Posted by: Adios Gringo