18

Dev starts writing C++ in his Python script, what happens next will shock you.

Comments
  • 6
    If BuzzFeed would write articles about programming.
  • 2
    Or if there where YouTube videos about programming... oh wait
  • 0
    @metamourge I actually wonder how WatchMojo would write it up. What do *you* think?
  • 1
    c = 0

    c += 1 # equiv c++

    print(c)

    output: 1
  • 1
    @Demolishun I see what you did there
  • 0
    What happens next shocks me everytime I write an if, a for, a function and ++/--

    Takes me time to realize Im suddenly doing python and not one of the plethora of other almost identical languages I use usually. The only other one that bugs me like this is PHP... But I love all of them anyway!
Add Comment