From 77cacf463506fd3e471f9618a3454d6b9eed537f Mon Sep 17 00:00:00 2001
From: BolDwOlD <149318132+BolDwOlD@users.noreply.github.com>
Date: Thu, 30 May 2024 19:18:09 +0300
Subject: [PATCH] README.md
---
README.md | 83 ++++---------------------------------------------------
1 file changed, 6 insertions(+), 77 deletions(-)
diff --git a/README.md b/README.md
index 66ac4a6..2b3c473 100644
--- a/README.md
+++ b/README.md
@@ -1,79 +1,8 @@
-# Python Projects: Chatty Bot π
-This repo contains python code that creates a simple console chat bot that will do wonders to guide you through the basics of coding. During this project you will also play some word and number games.
-Run the code.
+Π’Π΅ΠΌΠ°ΡΠΈΠΊΠ° ΠΌΠΎΠ΅Π³ΠΎ ΠΏΡΠΎΠ΅ΠΊΡΠ°:
+Python Projects:Π§Π°Ρ Π±ΠΎΡπ
+Π€Π£ΠΠΠ¦ΠΠ:
+ΠΡΠΎ ΡΠ΅ΠΏΠΎΠ·ΠΈΡΠΎΡΠΈΠΉ ΠΈΠΌΠ΅Π΅Ρ ΠΊΠΎΠ΄ Π½Π° python, ΠΊΠΎΡΠΎΡΡΠΉ ΡΠΎΠ·Π΄Π°Π΅Ρ ΡΠ°Ρ-Π±ΠΎΡΠ°, ΠΊΠΎΡΠΎΡΡΠΉ Π±ΡΠ΄Π΅Ρ ΡΠ²ΠΎΡΠΈΡΡ ΡΡΠ΄Π΅ΡΠ°, ΠΎΠ±ΡΡΠ°Ρ ΠΎΡΠ½ΠΎΠ²Π½ΡΠ΅ ΡΠ»Π»Π΅ΠΌΠ΅Π½ΡΡ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΠΈΡΠΎΠ²Π°Π½ΠΈΡ. ΠΠΎ Π²ΡΠ΅ΠΌΡ ΡΡΠΎΠ³ΠΎ ΠΏΡΠΎΠ΅ΠΊΡΠ° Π²Ρ ΠΌΠΎΠΆΠ΅ΡΠ΅ ΠΏΠΎΠΈΠ³ΡΠ°Π΅ΡΠ΅ Π² Π½Π΅ΡΠΊΠΎΠ»ΡΠΊΠΎ ΠΈΠ³Ρ ΡΠΎ ΡΠ»ΠΎΠ²Π°ΠΌΠΈ ΠΈ ΡΠΈΡΡΠ°ΠΌΠΈ.
-Python
-```python
-def greet(bot_name, birth_year):
- print('Hello! My name is ' + bot_name + '.')
- print('I was created in ' + birth_year + '.')
-
-
-def remind_name():
- print('Please, remind me your name.')
- name = input()
- print('What a great name you have, ' + name + '!')
-
-
-def guess_age():
- print('Let me guess your age.')
- print('Enter remainders of dividing your age by 3, 5 and 7.')
-
- rem3 = int(input())
- rem5 = int(input())
- rem7 = int(input())
- age = (rem3 * 70 + rem5 * 21 + rem7 * 15) % 105
-
- print("Your age is " + str(age) + "; that's a good time to start programming!")
-
-
-def count():
- print('Now I will prove to you that I can count to any number you want.')
-
- num = int(input())
- curr = 0
- while curr <= num:
- print(curr, '!')
- curr = curr + 1
-
-
-def test():
- print("Let's test your programming knowledge.")
-
- print('Why do we use methods?')
- print('1. To repeat a statement multiple times.')
- print('2. To decompose a program into several small subroutines.')
- print('3. To determine the execution time of a program.')
- print('4. To interrupt the execution of a program.')
-
- possible_answer = 0
- while possible_answer != 2:
- possible_answer = int(input())
- if possible_answer != 2:
- print('Please, try again.')
-
-
-def end():
- print('Congratulations, have a nice day!')
-
-
-greet('Aid', '2020') # change it as you need
-remind_name()
-guess_age()
-count()
-# ...
-test()
-end()
-
-```
-
-Output
-```python
-What is you name?
-Good Luck! name
-Guess the character...
-Enter remainders by dividing your age by 3, 5 and 7.
-Now I will prove to you that I can count to any number you want.
-
-```
+Π Π΅Π°Π»ΠΈΠ·Π°ΡΠΈΡ:
+ΠΈΡΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°Π½Ρ Python