86
No1
86eaccbbc8765e24c20952e9aea56fc1c6fe65eb1defd3ae01b6f8a30593085e
To all my friends; I'm not always free, so can't afford time to follow super active users. Please forgive me if I can't follow back. Thank you. A Chinese but don't like to use Chinese. I'd like to learn and share knowledge as well as experience, but not too much into news and politics, because I live in a heavily censored world where touch of politics lands you in jail or even worse.
Replying to Avatar dave

故事是人类最古老的传承方式之一,它可以跨越时间和空间,传递着人类的文化和智慧。在现代社会中,故事仍然是一种强大的工具,它可以帮助我们更好地表达和沟通,触动心灵,启迪智慧,改变一个人的命运,展现一个民族的形象。

故事的力量在于它能够引发人们的共鸣。一个好的故事可以让人们感同身受,产生共鸣,从而更好地理解和接受故事中所传递的信息。比如,我们可以通过一个故事来传达一个道理,让人们更好地理解和接受这个道理。这种方式比单纯地讲道理更加有效,因为它能够让人们在情感上产生共鸣,从而更加深刻地理解和接受这个道理。

故事的力量还在于它能够启发人们的想象力和创造力。一个好的故事可以让人们产生无限的想象和创造力,从而激发人们的潜能。比如,我们可以通过一个富有想象力的故事来激发人们的创造力,让人们产生新的想法和创意。这种方式比单纯地灌输知识更加有效,因为它能够激发人们的主动性和创造性,从而产生更加丰富和创新的思想。

故事的力量还在于它能够改变一个人的命运。一个好的故事可以让人们产生新的认识和观念,从而改变一个人的思想和行为。比如,我们可以通过一个感人的故事来改变一个人的价值观和行为方式,让他成为一个更加优秀的人。这种方式比单纯地灌输知识更加有效,因为它能够在情感上产生共鸣,从而更加深刻地影响一个人的思想和行为。

故事的力量还在于它能够展现一个民族的形象。一个好的故事可以让人们更好地了解一个民族的文化和精神。比如,我们可以通过一个传统的故事来展现一个民族的文化和精神,让人们更加了解和尊重这个民族。这种方式比单纯地介绍一个民族的文化更加有效,因为它能够通过情感上的共鸣来让人们更加深刻地了解和尊重这个民族。

总之,故事是一种强大的工具,它可以帮助我们更好地表达和沟通,触动心灵,启迪智慧,改变一个人的命运,展现一个民族的形象。在现代社会中,我们应该更加注重故事的力量,通过故事来传递我们的文化和智慧,激发人们的想象力和创造力,改变一个人的命运,展现一个民族的形象。

好与不好之间有什么标准吗?对于政治异见,凡政府认为好,他们认为不好。究竟哪一边才算正常和公正的标准?总不至于说凡政府说了的话就是标准吧!若这样,其他人不用活着了

One of the appeal is the presence of nostr:npub1tsgw6pncspg4d5u778hk63s3pls70evs4czfsmx0fzap9xwt203qtkhtk4, which is now on strike again.:(

I have never seen Edward Snow posting anything since I followed him.

Thank you. I didn't really have this on my mind.

Oh, I see. You seem to be saying that coding is a cooperative work, which needs others on the project to understand about the relevant informatiion so that cooperation will be easier. Am I right?

Yes, exactly. Is it well written? Are there things for improvement?

nostr:npub1tsgw6pncspg4d5u778hk63s3pls70evs4czfsmx0fzap9xwt203qtkhtk4

Can you comment on this coding, which instructs karel to build hospitals?

from karel.stanfordkarel import *

def main():

while front_is_clear():

move()

if beepers_present():

build_hospital()

else:

turn_left()

turn_right()

def build_hospital():

turn_left()

for i in range(2):

move()

put_beeper()

turn_right()

...

Okay, I see. Very good advice. Thanks.

Really? Okay, here it is and give me some advice for improvement:

from karel.stanfordkarel import *

def main():

turn_left()

move_to_wall()

for i in range(2):

turn_around()

for a in range(4):

put_beeper()

move()

put_beeper()

turn_left()

while left_is_clear():

move()

turn_left()

move()

put_beeper()

turn_right()

turn_left()

turn_around()

for i in range(5):

move()

turn_right()

move_to_wall()

turn_right()

turn_right()

....

for f in range(2):

move()

put_beeper()

turn_right()

for j in range(2):

move()

turn_right()

put_beeper()

move()

put_beeper()

while front_is_clear():

move_to_wall()

turn_right()

while front_is_clear():

move_to_wall()

turn_left()

def move_to_wall():

while front_is_clear():

move()

def turn_around():

for i in range(2):

turn_left()

def turn_right():

for i in range(3):

turn_left()

# don't change this code

if __name__ == '__main__':

main()