commit f9c09fbc7df1c13cefdff339f589591c225c529f Author: stud203999 Date: Sat Apr 25 11:49:19 2026 +0300 скелет 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()