200
Mizz141
5y

Sir, please write a simple program, just a very basic one.

me: Writes Hello World in Python

Didnt get the job.

Comments
  • 7
  • 2
  • 32
    What did they expect?
  • 43
    @J4s0n a fully functional commercial app that is now they're property, but they call you if you got the job lol
  • 18
    int main() return 0;
  • 7
    // thespin.js
    (function _(__){__('___');_(__);})(console.log)
  • 1
    Maybe a setup file, with a script *directive* to launch your program?
  • 9
    I think he meant for you to write it in BASIC.
  • 0
    I don't know what he expected, could at least specify simple
  • 6
    Next time, try to comment and modularize everything, like:

    //Function to print 'hello world'

    def print_hello_world():

    print("Hello World")

    //Call function to print 'hello world'

    print_hello_world()

    p.s. just kidding, don't go this far.
  • 3
    Probably already decided who they were gonna hire and just did it for formality.
  • 6
    "You didn't get the job!"
  • 0
    it’s because it’s python they did not like that... lol
  • 1
    I suppose they hired someone that didn't respect the specs nor their own time and wrote a more complex program.

    I know it's biblical to do more than you're asked for, but in programming it shouldn't be assumed
Add Comment