Установи соответствие между операторами присваивания и типами данных.
a = 5.3
a = float(a),
a = 12
a = int(a),
a = 'day'
a = str(а),
a = True
a = bool(a)
Строковый тип, логический тип, вещественный тип, целочисленный тип ​
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.