Lê Thủy Tiên
Giới thiệu về bản thân
a= float(input())
while a <= 0 :
print(" số vừa nhập chưa phải số thực dương. hãy nhập lại.")
a = float (input())
print(f"(a**2: . 2f}")
a= float(input())
while a <= 0 :
print(" số vừa nhập chưa phải số thực dương. hãy nhập lại.")
a = float (input())
print(f"(a**2: . 2f}")
a= float(input())
while a <= 0 :
print(" số vừa nhập chưa phải số thực dương. hãy nhập lại.")
a = float (input())
print(f"(a**2: . 2f}")
a= float(input())
while a <= 0 :
print(" số vừa nhập chưa phải số thực dương. hãy nhập lại.")
a = float (input())
print(f"(a**2: . 2f}")
a= float(input())
while a <= 0 :
print(" số vừa nhập chưa phải số thực dương. hãy nhập lại.")
a = float (input())
print(f"(a**2: . 2f}")
def UCLN (a, b) :
if b == 0 :
return a
return UCLN (b, a % b )
a = int(input())
b= int(input())
print(UCLT(a,b))
def UCLN (a, b) :
if b == 0 :
return a
return UCLN (b, a % b )
a = int(input())
b= int(input())
print(UCLT(a,b))