Merhaba, Sezar Şifreleme komutu oluşturdum pythonda fakat texte büyük harfle girdiğimde çalışmıyor. Kod aşağıda yardımcı olabilir misiniz?
def main():
Encryption= "e"
Decryption="d"
print("please select the operation 'e'for encryption,")
print( " 'd' for decryption")...