Дан программный код. Определи тип данных

1

2

a = 10

b = 'hello'

3 с = True

print(type(a))

5 5 print(type(b))

6 6 print(type(c))

Str,dict, float

Bool,Int,Str

Int, float, dict

Int, str, bool

х

08:45

Назад

Вперед​
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.