New! Yay!!
for (let i=0; i<10; i++) console.log("YAY");
YAY
for i in range(10): print("I like Python")