Fonksiyon kullanarak yarıçapı girilen dairenin alanını hesaplayan Python örneği:

A

Aswenya

Ultra Member
Joined
Aug 1, 2019
Messages
585
Reaction score
120
Python:
def daireAlan(yaricap):
    alan = float(yaricap) * float(yaricap)*3.14
    print ("Alan :",alan)
    return alan
 
r = input("Yarıçapı Gir :")
 
daireAlan(r)
 
A

Aswenya

Ultra Member
Joined
Aug 1, 2019
Messages
585
Reaction score
120
Birşey Değil Ne Demek

Discord:

༒ {Savior ૮ Angle} ꏪ#0061

relax-adam-erkek-profil-fotograflari.jpg
 
SPAM IS FORBIDDEN!
  • SPAMMERS ARE BANNED FROM THE FORUM AND CANNOT USE ANY OF THE CHEATS
  • For example: thanks, thx, very good, asdqwe, working, ty and so on!
  • For example: Writing the same message over and over. thanks, thx and so on!
  • Copying and copying someone else's message is prohibited.
  • It is forbidden to send messages to increase the number of comments on threads that you have no knowledge of.
  • Write your own opinion when commenting!
  • If you see spam message, please let us know with the REPORT button!

Tema düzenleyici

Top Bottom