Happy Birthday to You in Python

print map(lambda x: "Happy Birthday to " + ("you" if x != 2 else "dear Name"),range(4))
#happyBirthday in Python in celebration of my 26 years old in 2016.

#python

#cesarnog

2 Responses

Hi - I've tried this and am getting a SyntaxError, do you know what is going wrong?
Hi - I've tried this and am getting a SyntaxError, do you know what is going wrong?

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.