Changes between Initial Version and Version 1 of Ticket #29500, comment 3
- Timestamp:
- Jun 18, 2018, 6:23:28 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29500, comment 3
initial v1 2 2 3 3 > I'll guess it'll be this: 4 > 5 > 6 > 7 > {{{ 8 > >>> None ** None 9 > Traceback (most recent call last): 10 > File "<console>", line 1, in <module> 11 > TypeError: unsupported operand type(s) for ** or pow(): 'NoneType' and 'NoneType' 12 > 13 > }}} 4 14 5 15 It is.