Thu Jun 03 2021 17:55:24 GMT+0000 (Coordinated Universal Time)
Saved by @sariqdev
>>> x = 10 >>> print(type(x)) <class 'int'> >>> matn = "salom" >>> print(type(matn)) <class 'str'>
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments