Typed Python 3.8.10 (default, Jun 22 2022, 20:18:18) 
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> a = 1
>>> a = "1"
  File "<stdin>", line 1
    a = "1"
    ^
TypeError: Mismatched types, variable "a" only accepts number
>>> 

imagine

Nov 13, 2022, 7:09 AM
0 0 4

comments (single view)

Oh wait

Typed Python 3.8.10

Why did you even search for this lol

View all comments