fork download
  1. def kare(x):
  2. return x * x
  3.  
  4. print(kare(4))#doğru sonucu yazdırır: 16
  5.  
  6.  
Success #stdin #stdout 0.01s 7160KB
stdin
Standard input is empty
stdout
16