@Python_Dv Language is the soul's fingerprint. Which one feels most like home?
@Python_Dv Linux x86-64 (NASM) section .data msg db "Hello, World!", 0xA len equ $ - msg section .text global _start _start: mov rax, 1 mov rdi, 1 lea rsi, [rel msg] mov rdx, len syscall mov rax, 60 xor rdi, rdi syscall
@Python_Dv The one which doesn’t waste precious memory? 😂
@Python_Dv The Python has a syntax error. Groovy: println "hello" No imports, no brackets, no semicolon.
@Python_Dv Bro you made typo " slass" in java code and compiler did not like it 😐 😅🙂 #java Always!
@Python_Dv This is exactly why we love python. Simple yet powerful and easily applicable to the real world. Although, there is a syntax error in that code - the trailing bracket 😅
@Python_Dv A wise man once said "the best part is no part."
@Python_Dv Basically, it’s kinda the same command everywhere — high-level languages just throw in some extra stuff. I’m into C++, Python, and JS… these days I’m all about Bash. Wanna guess which language I started with?
@Python_Dv C :’) it’s more meaningful in this particular case.
@Python_Dv I love seeing 'Hello, World!' in different languages! 🌍
@Python_Dv Python definitely speaks to my soul. The simplicity is just unmatched.
@Python_Dv Java Today void main() { println("Hello World"); }
@Python_Dv However, the Python output is error, because you chose three parentheses.😂😂
@Python_Dv Don’t forget about Julia println(„Hello World”)
@Python_Dv # include <iostream> int main() { std::cout << "Hello World!\n"; }
@Python_Dv Python command is wrong tho Regardless I love python so much
@Python_Dv It is beautiful how you can rage bait programmers in such a manner
@Python_Dv is old java, currently you can use void main() { System.out.println("Hello, World!"); }
@Python_Dv fmt.Println("Hello World!") or println!("Hello, world!")
@Python_Dv Python: code error(s) ? 🤔😅
@Python_Dv Also include BASIC And then we can ask why BASIC isn’t the premier language.