from math import sqrt arv = input("Arv ") juur = sqrt(arv,2) print("Ruutjuur on", juur) print()