Number

class Number
Number(value: int | float)

Construct a new Number with the given value.

property value

(Get/set) The current value as a Python float.