From f9c09fbc7df1c13cefdff339f589591c225c529f Mon Sep 17 00:00:00 2001 From: stud203999 Date: Sat, 25 Apr 2026 11:49:19 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BA=D0=B5=D0=BB=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maingit.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 maingit.py diff --git a/maingit.py b/maingit.py new file mode 100644 index 0000000..67b6656 --- /dev/null +++ b/maingit.py @@ -0,0 +1,11 @@ +def count_vowels(s: str) -> int + return s + + + +def main(): + print(count_vowels("Привет мир")) + + + +if __name__ == "__main__": main()