a = float.
b = str.
c = bool.
ppp = str.
max = int.
min = bool.
h = int.
res = str.
r = int.
tc = str.
maxs = str.
mins = str.
p = float.
tes = str.
Объяснение:
Если я правильно понял задачу...
a = 156.78 # float
b = 'ata' # str
c = True # bool
ppp = 'stl' # str
max = -25 # int
min = False # bool
h = 0 # int
res = 'k' # str
r = 100 # int
tc = 'True' # str
maxs = '-25' # str
mins = 'False12' # str
p = 101.0 # float
tes = '1500' # str
a = float.
b = str.
c = bool.
ppp = str.
max = int.
min = bool.
h = int.
res = str.
r = int.
tc = str.
maxs = str.
mins = str.
p = float.
tes = str.
Объяснение:
Если я правильно понял задачу...
a = 156.78 # float
b = 'ata' # str
c = True # bool
ppp = 'stl' # str
max = -25 # int
min = False # bool
h = 0 # int
res = 'k' # str
r = 100 # int
tc = 'True' # str
maxs = '-25' # str
mins = 'False12' # str
p = 101.0 # float
tes = '1500' # str