Hello, World! - 9 Different Languages
Uploader Comments (BeatenAndTortured)
Video Responses
All Comments (9)
-
@1999lego It's a markup language, but the video didn't say programming language. I don't think VBScript qualifies though. In fact, I think this video is disqualified on the grounds of the guy running Windows.
-
HTML is considered a programming language? :O
-
organize your icons dude. check out stardock fences and download that program
-
lob.de/pdf/helloworld.pdf
-
I thought this was a tutorial on saying "hello" in 9 languages. What am I missing here?
-
why thank you for the lesson of the day sir...
adorable voice by the way =D
-
just to watch
input() for python3k
raw_input() for python2.x
both must take one argument
-
Good, but next time speak louder and more clearly.
Oh, and learn to type FASTER! a lot faster... It's a pain to watch you typing, really...
BTW, there's an easier way to do it in Python:
- raw_input("Hello, World!")
or
- input("Hello, World!")
add "\n" to the string for a new-line, e.g.:
- raw_input("Hello, World!\n")
Thanks for this, it was interesting to watch =]
Floozed 3 years ago
Thanks. I'll add some more vids soon.
BeatenAndTortured 3 years ago