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