We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b727054 commit e33174eCopy full SHA for e33174e
1 file changed
project/luas_persegi.py
@@ -7,7 +7,7 @@
7
print("=========Hitung sisi persegi=============")
8
Luas = float(input("Berapa luas sisi dari persegi? :"))
9
hasil = Luas * Luas
10
-
+#Output
11
print(f"Hasil dari sisi persegi adalah {hasil}")
12
13
0 commit comments