скелет
This commit is contained in:
commit
f9c09fbc7d
11
maingit.py
Normal file
11
maingit.py
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
def count_vowels(s: str) -> int
|
||||||
|
return s
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
def main():
|
||||||
|
print(count_vowels("Привет мир"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__": main()
|
||||||
Loading…
Reference in New Issue
Block a user