Skip to content

Instantly share code, notes, and snippets.

View evolutionengine's full-sized avatar
🎯
Focusing

Anil Kulkarni evolutionengine

🎯
Focusing
View GitHub Profile
@evolutionengine
evolutionengine / hello_world.py
Last active June 10, 2022 01:24
Print `Hello World` in Python using multiple ways
"""
Hello World
-----------
Collection of few different methods by which you can print `Hello World`
"""
import hashlib
function reverse_num(num) {
// return the reverse num
// E.g
// num = 1224
// return = 4221
}
function reverse_string(someString) {
// return the reverse of someString
// E.g
{
"workbench.startupEditor": "none",
"workbench.colorTheme": "Pitch Black",
"aws.telemetry": false,
"redhat.telemetry.enabled": false,
"editor.fontFamily": "'FiraMono Nerd Font Propo', Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontLigatures.enabled": true,
"terminal.integrated.inheritEnv": true,
"editor.minimap.enabled": false,
"workbench.iconTheme": "vscode-icons",