Ответ
5
(1 оценка)
1
Ответ:
import math
x=int(input())
if x>6:
....f=3*math.sqrt(x)
else:
....f=x-8
print(f)