0
i guess no one can explain this output?
country = "US" age = 42 if(country == "US" or country == "GB") and (age > 0 and age < 100): print("Cool")
3 odpowiedzi
+ 9
Why do you think no one can guess it?
If you are not sure how a code works, it is often helpful to run the code and print intermediate steps.
+ 1
Answer is - cool
0
I was expecting something like printf("%c %d", &(--**(--*var++)++)), --var++);