Share p python语句print type 1 2 3 4 的输出结果是

khacthanhlengoc

New member
# Python # in # Loại # 输出 # # # Python 语句 In Type 1 2 3 4 的 输出 结果 结果 结果 结果 结果 结果 结果 结果 结果 结果 结果 结果 结果 结果 结果

Trong Python, hàm `print ()` được sử dụng để xuất văn bản vào bảng điều khiển.Hàm `type ()` trả về loại đối tượng.

Mã sau in đầu ra của hàm `print ()` cho mỗi loại `int`,` float`, `str` và` bool`:

`` `Python
in (loại (1)) # <class 'int'>
in (loại (1.0)) # <class 'float'>>
print (type ('hello')) # <class 'str'>
print (type (true)) # <class 'bool'>>
`` `

Đầu ra của mã như sau:

`` `
<class 'int'>
<class 'float'>
<class 'str'>
<class 'bool'>
`` `

## hashtags

* Python
* In
* Kiểu
* 输出
*
=======================================
# Python # Print # Type # 输出结果 # 语句 ## Python 语句 Print Type 1 2 3 4 的输出结果

In Python, the `print()` function is used to output text to the console. The `type()` function returns the type of an object.

The following code prints the output of the `print()` function for each of the types `int`, `float`, `str`, and `bool`:

```python
print(type(1)) # <class 'int'>
print(type(1.0)) # <class 'float'>
print(type('hello')) # <class 'str'>
print(type(True)) # <class 'bool'>
```

The output of the code is as follows:

```
<class 'int'>
<class 'float'>
<class 'str'>
<class 'bool'>
```

## Hashtags

* Python
* Print
* Type
* 输出结果
* 语句
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top