H
H
harutyunv2021-10-31 22:45:20
Python
harutyunv, 2021-10-31 22:45:20

The code throws a syntax error. Where is the mistake?

tipzd=1
h=2
hz=3
P3=0.999
upumz=5
N=6
rx=7
h0=8
r0=20

print('Отчет\nРасчет зоны защиты одиночного стержневого молниеотвода\n')
print('Тип -', tipzd)
print("Высота м=",h)
print('Наибольшая высота hz м;=' hz)
print('Надежность защиты P3 =',P3)
print('Удельная плотность upumz =', upumz)
print('Расчет количества N',N)
print('радиус на высоте hx',rx)
print('Высота  конуса  - h0, м',h0)
print('Радиус конуса -r0,  м',r0)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2021-10-31
@harutyunv

There is even a marker in the text of the error, which indicates a problematic place - a missing comma.

G
Grandma Luda, 2021-10-31
@KirasiH

print('Наибольшая высота hz м;='+hz)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question