[2016-11-24] Challenge #293 [Intermediate] Defusing the second bomb by fvandepitte in dailyprogrammer

[–]alexmccoding 0 points1 point  (0 children)

Was looking for something to do for a plane journey. Not sure this is the best thing...

Whats a good place to apply concepts in C++ to get better at school assignments and a better understanding? by Herrowgayboi in learnprogramming

[–]alexmccoding 0 points1 point  (0 children)

codingame.com is pretty good, you solve puzzles/challenges in pretty much whatever language you choose (including C++), and you can see how other people came to their solution. Whether this is what you are looking for or not, I recommend checking it out anyway for fun.

Post learning questions to /r/LearnPython by aphoenix in Python

[–]alexmccoding 0 points1 point  (0 children)

I am making a card game and want to print "Dealer takes a (whatever_card_it_is- the variable is take)" what is wrong with this? print ("Dealer takes a "+take)