Python Dasturlash Tilida Quyidagi Ma
Python Dasturlash Tilida Quyidagi Ma
Python
1
n = 13
2
print(type(n))
<class 'int'>
x = str("MasterSherkulov") str
x = int(13) int
x = float(13.15) float
x = complex(13j) complex
x = range(13) range
x = bool(13) bool
x = bytes(13) bytes
x = bytearray(13) bytearray
x = memoryview(bytes(13)) memoryview