artcogsysArtificial Cognitive SystemsHomeResearchPeoplePublicationsEducationCodeContact

Playground for Posts

const year = "2001";
const movie = "Shrek";

console.log(`${movie}, ${year}`);
year = "2001"
movie = "Shrek"

def test()

import random as rd text = f"This text is generated through PyScript." pyscript.write('text', text) pyscript.write('randomGoesHere' ,rd.random()) Element("replContainer") console.log(document) repl = document.createElement("py-repl") repl.src = "/test.py" document.querySelector("#replContainer").appendChild(repl)