Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 771 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 771 Bytes

Readme.md: Kelime ve Cümleleri Tersine Çevirme

Bu dosya, kelimeleri ve cümleleri tersine çevirmek için Python kodları içeren bir projenin Readme dosyasıdır.

Nasıl Kullanılır

  1. ters_cevir.py dosyasını indirin.
  2. Python yorumlayıcınızı (örneğin, python3) kullanarak dosyayı çalıştırın.
  3. Tersine çevirmek istediğiniz kelimeyi veya cümleyi girin.
  4. Kod, ters çevrilmiş kelimeyi veya cümleyi yazdıracaktır.

This file serves as the Readme for a project containing Python code for reversing words and sentences.

How to Use

  1. Download the file.
  2. Run the file using your Python interpreter (e.g., python3).
  3. Enter the word or sentence you want to reverse.
  4. The code will print the reversed word or sentence.