Playground for Posts
const year = "2001";
const movie = "Shrek";
console.log(`${movie}, ${year}`);
year = "2001"
movie = "Shrek"
def test()
const year = "2001";
const movie = "Shrek";
console.log(`${movie}, ${year}`);
year = "2001"
movie = "Shrek"
def test()