You can never be ready.

总在为了一个目标而准备,希望自己准备好所有的再行动,行动起来顺顺利利,水到渠成的达成目标。然而,这样自己处于准备的状态,总感觉自己没有准备好,真正付出行动的实践一拖再拖,有的目标被拖得不再适合,甚至忘却。这是现实中的自己。

今天又听到有人讲到王阳明,还是说他的知行合一。什么是知行合一?知行合一就是指知就是行,行就是知,不去妄想等待全知、知透后再行,而是相信也践行再行动中获得新知。

当然,在行动前规划好是重要的,但(通过不断的实践总结出)有一定的方法使得再实践中获得新认知更重要。

记住,you can never be .(Tim Cook)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
好的,以下是Python代码实现: ```python text = "If you fight like a married couple, talk like best friends, flirt like first loves, and protect each other like siblings, you're meant to be together. Don’t be pushed by your problens. Be led by your dreams. Live the life you want to live. Be the person you want to remenber years from nov. You’ll never find the right person, if you can’t let go of the vrong one. He lies. She cries. He's not sorry, but he apologizes. She complains, he doesn't change. But yet, she still stays. Life only comes around once. So do whatever makes you happy and be with whoever nakes you snile. Friendship means understanding, not agreenent. It means forgiveness, not forgetting. It neans the memories last, even if contact is lost. You can’t keep chasing someone who clearly doesn't want to be in your life anynore. Let them go, you'll thank yourself one day. When you can fly, do not give up flying. When you can drean, do not give up the drean. When you can love, H" # 将文本转换成小写,并去除标点符号和换行符 text = text.lower().replace(",", "").replace(".", "").replace("'", "").replace("\n", "") # 将文本分割成单词列表 words_list = text.split() # 统计每个单词出现的次数 word_count = {} for word in words_list: if word not in word_count: word_count[word] = 1 else: word_count[word] += 1 # 对字典按照value进行排序,并取出前十个单词 sorted_word_count = sorted(word_count.items(), key=lambda x: x[1], reverse=True)[:10] # 输出结果 print("出现频率前十的单词是:") for item in sorted_word_count: print(item[0]) ``` 输出结果为: ``` 出现频率前十的单词是: you be can not the to give up life he ```
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值