Enter your username or email to reset your password. You will receive an email with instructions on how to reset your password. If you are experiencing problems resetting your password contact us or send us an email
# Toplama Fonksiyonu def Topla(x, y): return x + y # Çıkarma Fonksiyonu def Cikar(x, y): return x - y # Çarpma Fonksiyonu def Carp(x, y): return x * y # Bölme Fonksiyonu def Bol(x, y): return x / y print("Yapılacak İşlemi Seçin.") print("====
Sponsor

Copyright © 2024 - Hepzeka.com.
