From 071615f0f266559ed418345644d404bdc11923ae Mon Sep 17 00:00:00 2001 From: borysr Date: Tue, 28 May 2024 19:27:32 +0200 Subject: [PATCH] komentarz --- algorytm.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/algorytm.py b/algorytm.py index 56aa45d..e3dc86d 100644 --- a/algorytm.py +++ b/algorytm.py @@ -1,5 +1,4 @@ # wygenorowano za pomocą chata-gpt-3 - import matplotlib.pyplot as plt def count_words_starting_with(text): @@ -27,3 +26,7 @@ if __name__ == "__main__": text = "Success is often defined as the ability to reach your goals in life, whatever those goals may be. In some ways, a better word for success might be attainment, accomplishment, or progress. It is not necessarily a destination but a journey that helps develop the skills and resources you need to thrive." word_counts = count_words_starting_with(text) plot_bar_chart(word_counts) + + + +# nie wiem jak mogę skorzystać z kodu w C(_rvmain), chyba to jeden sposób jak stworzyć wykres