Ingco Miter Saw 1400w l Dekonil
Ingco Miter Saw 1400w l Dekonil
Ingco Miter Saw 1400w l Dekonil
Ingco Miter Saw 1400w l Dekonil

Ingco Miter Saw 1400w (DK-KM)

0.00
Brand : İngco
Stock Amount : 0

Ingco Miter Saw 1400 w
Voltage: 220-240V ~ 50 / 60Hz
Input power: 1400W
No-load speed: 5000rpm
Blade length: 210mm (8-1 / 4 ") * 25.4mm
Aluminum base
Max. cutting capacity: 55x120mm
Dust bag keeps the work area clean
Miter cut 0-45 ° left and right
Oblique cut up to 45 ° left
With 1pc TCT blade
Packed in cardboard boxes

cultureSettings.RegionId: 0 cultureSettings.LanguageCode: EN
while True: text = input("En ebatını giriniz: ") try: numerical_value = float(text) except ValueError: print("Lütfen bir sayı giriniz.") continue result = numerical_value / 11.5 print("Sonuç:", result) while True: lambri_fiyati = input("Lambri fiyatını giriniz: ") try: lambri_fiyati = float(lambri_fiyati) break except ValueError: print("Lütfen geçerli bir fiyat giriniz.") final_price = result * lambri_fiyati print("Fiyat:", final_price) break