• htamas's Activity

Commented a forum post "Simple puzzle." created by Cjkjvfnby
[SPOILER](# "It will give you a syntax error because the parentheses are missing after checkio. But
Commented a forum post "Questions about reverse-engineer." created by Cjkjvfnby
> Any ints? Both [...] will pass the grader? The grader accepts anything (that is formally correc
Commented a forum post "Questions about reverse-engineer." created by Cjkjvfnby
> Any ints? Both [...] will pass the grader? The grader accepts anything (that is formally correc
Commented a forum post "Vekyization challenge" created by htamas
> I still stand by my estimate of several months. Wanna bet? :-) The problem is that if I bet, I'
Commented a forum post "Lambda comprehension challenge" created by htamas
Only to Shakespeare and only after doing a google search :). (Though, in my defense, I never read
Commented a forum post "Lambda comprehension challenge" created by htamas
Only to Shakespeare and only after doing a google search :). (Though, in my defense, I never read
Commented a forum post "Lambda comprehension challenge" created by htamas
Only to Shakespeare and only after doing a google search :). (Though, in my defense, I never read
Commented a forum post "Vekyization challenge" created by htamas
Looks like Guido has listened to you, though in a rather covert way :). So, do you have any furth
Commented a forum post "Vekyization challenge" created by htamas
I think this expression does the trick: type('', (__import__('contextlib').ContextDecorator,)
Commented a forum post "What is #" created by krzychusan
"#" is the comment marker in python. You are not allowed to use it to avoid this kind of solution:
Commented a forum post "What is #" created by krzychusan
"#" is the comment marker in python. You are not allowed to use it to avoid this kind of solution:
Commented a forum post "Lambda comprehension challenge" created by htamas
Tip: If you indent your code with four spaces, line endings will be preserved and your code will be
Commented a forum post "Lambda comprehension challenge" created by htamas
Tip: If you indent your code with four spaces, line endings will be preserved and your code will be
Commented a forum post "Lambda comprehension challenge" created by htamas
Indeed. By the way, this is not a purely theoretical exercise. I posted the challenge because it
Commented a forum post "Lambda comprehension challenge" created by htamas
Indeed. By the way, this is not a purely theoretical exercise. I posted the challenge because it
Commented a forum post "Lambda comprehension challenge" created by htamas
Next question: what does [lambda i=i: i for i in 'ab'][0]() evaluate to?
Commented a forum post "Lambda comprehension challenge" created by htamas
Next question: what does [lambda i=i: i for i in 'ab'][0]() evaluate to?