New! Yay!!

for (let i=0; i<10; i++)
  console.log("YAY");

comments (single view)

for i in range(10):
  print("I like Python")
View all comments