Sunday, June 7, 2020

The power of thinking

Thought encompasses an "aim-oriented flow of ideas and associations that can lead to a reality-oriented conclusion". Although thinking is an activity of an existential value for humans, there is still no consensus as to how it is adequately defined or understood.(wiki)
The Thinking is the real activity which turns the brain into a active  state to make a conclusion against a real problem or matter.

No comments:

Post a Comment

UVa 10550- combination lock

 ``` while True: a , b , c , d = map ( int , input (). split ()) if a == b and b == c and c == d and c == 0 : break x1 =...