JS: console.log("Hello, world!") Python: print("Hello, world!") JS: function Deez() { console.log("nuts") } Python: def Deez(): print("nuts")