Hey Again

Hey again, this is my second post!

def hello():
    print("Hello World")
for(let i = 0; i < 10; i++) {
    console.log(i);
}